i am building a computer database for my A'level ICT coursework.
basically, the end user enters the customer's details in with the components and prices to store as a record.
i have designed a table called 'CustomersTbl' which has the fields: CustomerID, First Name, Last Name, Gender, Address, Post Code and Tel no.
now, i have lots of other tables listing all the computer components with their prices such as floppy drives, graphics cards,etc
i am in the process of making a table called 'DeliveryTbl' which contains all the fields in CustomersTbl and some fields from each of the component tables, from doing lookup's in design view.
the thing i want to do is: when i select a CustomerID in this new table, and the drop down box appears, i want to click on one and all the corresponding data to appear in the other fields such as First Name, Last Name, Gender,etc without me having to manually select each field, how can i do this?
(then i can select what components i want each customer to have).
Thankyou.
basically, the end user enters the customer's details in with the components and prices to store as a record.
i have designed a table called 'CustomersTbl' which has the fields: CustomerID, First Name, Last Name, Gender, Address, Post Code and Tel no.
now, i have lots of other tables listing all the computer components with their prices such as floppy drives, graphics cards,etc
i am in the process of making a table called 'DeliveryTbl' which contains all the fields in CustomersTbl and some fields from each of the component tables, from doing lookup's in design view.
the thing i want to do is: when i select a CustomerID in this new table, and the drop down box appears, i want to click on one and all the corresponding data to appear in the other fields such as First Name, Last Name, Gender,etc without me having to manually select each field, how can i do this?
(then i can select what components i want each customer to have).
Thankyou.