I hope someone can offer help and tips as i try to learn.
I have 3 tables to start with.
1. tblcustomers - holding all customer info - primary key - cust ID
2. tblproducts - with details of products for sale - primary key - product ID
3. tblcustomer orders - primary key - Order number
I have the customer table populated & products. I have created a relationship between customers & orders via customer ID in both tables.
Do i need to add product id to my orders table. I want to be able to input a customer order and each order is then held in the customers record. I need to track how much they spend and how often, and what they buy.
I know this is a bit vague but any help would be appreciated.
Thanks in advance.
I have 3 tables to start with.
1. tblcustomers - holding all customer info - primary key - cust ID
2. tblproducts - with details of products for sale - primary key - product ID
3. tblcustomer orders - primary key - Order number
I have the customer table populated & products. I have created a relationship between customers & orders via customer ID in both tables.
Do i need to add product id to my orders table. I want to be able to input a customer order and each order is then held in the customers record. I need to track how much they spend and how often, and what they buy.
I know this is a bit vague but any help would be appreciated.
Thanks in advance.