Hi,
Im stuck with something really simple, please can you give me some assistance as I'm having a brain block.
I have two tables,
Lets say they are called cars and customers.
In the car table it will contain the following.
Registration number
Model
Engine size
no of seats.
In the customer table it contains information about the customer but also the info about the car that they own (using same field names as above). I want to be able to type in the registration number in the customer layout and for it to look this up in the cars table and 'autofill' the fields (model,engine size and no of seats) in the customer table based on what it reads from the car table.
hope this makes sense, I know its simple but im stuck...
Any pointers would be appreciated.