I am just starting to look into the use of Data Access Pages in Access and want to try to create a screen for data entry.
I have two tables, Product (containing ProductID and ProductName) and Production (containing ProductID, Date, Quantity) which are linked with the field ProductID.
The Product table contains a list of all products. The Production table will contain details of how many of each product were produced on a specified date.
I want to select the ProductName from a dropdown list, enter the date and quantity and have this information populate the Production table. Only ProductNames contained within the Product table can be accepted. Note – though I am selecting ProductName from the dropdown list it is the associated ProductID which needs to be stored into the Production table.
I have not seen anything about Data Access Pages on the site – wondered if anyone could give me some information about them and point me in the right direction
John