M
mr.bungle
One table or two?
My main table has the following fields:
Enquiry_ID (autonumber)
Enquiry_Date
Client
Description
Type
When we receive an order, the following info is added:
Project_ID
Project_Date
Status
Engineer
Value
Client_Order_No
Is it easier to have all the above info together?
Or should "enquiries" & "orders" be split, and linked by Enquiry_ID?
I tried the two table approach (with a "one-to-one" relationship), but had
trouble getting it to work right.
The main problem was creating a form which would allow me to add an order
(by selecting an enquiry NOT already a project, from a combo list).
I know this should be straightforward, but I just couldn't get it.
Any help appreciated.
My main table has the following fields:
Enquiry_ID (autonumber)
Enquiry_Date
Client
Description
Type
When we receive an order, the following info is added:
Project_ID
Project_Date
Status
Engineer
Value
Client_Order_No
Is it easier to have all the above info together?
Or should "enquiries" & "orders" be split, and linked by Enquiry_ID?
I tried the two table approach (with a "one-to-one" relationship), but had
trouble getting it to work right.
The main problem was creating a form which would allow me to add an order
(by selecting an enquiry NOT already a project, from a combo list).
I know this should be straightforward, but I just couldn't get it.
Any help appreciated.