Hello,
I'm new to the place as I am to Access, and this is what I'm trying to accomplish:
I've created a table named Customers that stores various information, and has a primary key named IDCustomer.
Then I created an Orders table (with a primary key named IDOrders) and set a one to many relationship from the first one, relating Customers.IDCustomer -> Orders.IDCustomer.
My question is: do I need to populate the Orders table with the values stored in the Customers.IDCustomer field (like with an append query), given my purpose is to use various select queries to filter customers on a geographic base to plan phone calls and possible deliveries (to be stored in the Orders table)?
I'm new to the place as I am to Access, and this is what I'm trying to accomplish:
I've created a table named Customers that stores various information, and has a primary key named IDCustomer.
Then I created an Orders table (with a primary key named IDOrders) and set a one to many relationship from the first one, relating Customers.IDCustomer -> Orders.IDCustomer.
My question is: do I need to populate the Orders table with the values stored in the Customers.IDCustomer field (like with an append query), given my purpose is to use various select queries to filter customers on a geographic base to plan phone calls and possible deliveries (to be stored in the Orders table)?