I have two tables in a 2010 Access Database. One for Customers and One for Invoices. I created a form with a lookup field at top for a new invoice.
What I'm trying to do is when you look up a customer and choose them, their information will automatically populate into the customer information on the invoice field (so you don't have to retype it). It would then have to copy over to the invoice table when you save.
I'm assuming this requires a one to many relationship? It seems like this is a pretty basic step but having a tough time finding the answer any help would be greatly appreciated :)