S
Saxman
As I said in a previous post, I am trying to combine a customer details
table with an orders table. Orders are only placed one at a time and
total orders over a period of time are not likely to be more than four.
(The product is large and expensive).
The relationship of customer needs to be one to many.
I am proposing two main tables, customer and orders.
I could for simplicity just have four fields for previous and current
orders on the customer table with other details, but it would be better
if there was a proper record of orders current and past.
Fields on the order table are quite simple.
Order number
Customer ID
First Name
Surname
Product
Order Date
Required Date
Completed Date
Cost
Paid/Unpaid
Salesman
In addition to a form with these fields, I would imagine that I would
require a form for product ID?
I do not need anything too complex, i.e sales, costs and all the other
palaver.
Excuse me for my inexperience, it's just that I'm not too good on
relationships ATM. I have tried to search for templates. There are
plenty for customer records, but no sales. The one's with sales tend to
be very complex.
TIA.
table with an orders table. Orders are only placed one at a time and
total orders over a period of time are not likely to be more than four.
(The product is large and expensive).
The relationship of customer needs to be one to many.
I am proposing two main tables, customer and orders.
I could for simplicity just have four fields for previous and current
orders on the customer table with other details, but it would be better
if there was a proper record of orders current and past.
Fields on the order table are quite simple.
Order number
Customer ID
First Name
Surname
Product
Order Date
Required Date
Completed Date
Cost
Paid/Unpaid
Salesman
In addition to a form with these fields, I would imagine that I would
require a form for product ID?
I do not need anything too complex, i.e sales, costs and all the other
palaver.
Excuse me for my inexperience, it's just that I'm not too good on
relationships ATM. I have tried to search for templates. There are
plenty for customer records, but no sales. The one's with sales tend to
be very complex.
TIA.