Hi, I'm new to Access, but I am doing this for a work project. We are linking Customers to their Orders, so a one-to-many relationship. I made a table for Customer, including a primary key automatically created by Access (Customer ID), and various fields for their contact information, address, email, phone, etc. Then I made an Order table, with an automated primary key (Order ID), with fields for the product details. Then I linked the CustomerID to the order form by linking SELECT Customer.CustomerID FROM Customer.
All of this works perfectly on a table, but when I try to make a linked form, it shows it working perfectly for all previous entries, but not for new entries. Every new entry I put in is not linked to the customer, but just goes straight to the general order form, which is not what I want.
Any help, or words of advice?
Thank you.