D
dan dungan
Hi,
Using Access 2000 and Windows XP, I've looked at northwind to see a
model for the table design of my quoting project, but I'm still
confused because a customer can request more than one quantity for a
part number--They may request 3 or 4 different quantities. So do I
need a quotedetaildetail table?
Thanks,
Dan
I've tables as follows:
---------------------------------------------------------------
tblCustomer
CId 1
CCompName HARVARD CUSTOM
---------------------------------------------------------------
tblEmployee
EmployeeId 1
FirstName Molly
LastName Brown
---------------------------------------------------------------
tblQuote
QuoteNum 124
CId 1
EmployeeID 1
CRefNum H009
Date 3/26/2009
Time 8:58 AM
---------------------------------------------------------------
tblQuoteDetails
QuoteDetailId 1
PartNumId 15
Quantity 25
UnitPrice $56.08
Delivery 8 Weeks
Using Access 2000 and Windows XP, I've looked at northwind to see a
model for the table design of my quoting project, but I'm still
confused because a customer can request more than one quantity for a
part number--They may request 3 or 4 different quantities. So do I
need a quotedetaildetail table?
Thanks,
Dan
I've tables as follows:
---------------------------------------------------------------
tblCustomer
CId 1
CCompName HARVARD CUSTOM
---------------------------------------------------------------
tblEmployee
EmployeeId 1
FirstName Molly
LastName Brown
---------------------------------------------------------------
tblQuote
QuoteNum 124
CId 1
EmployeeID 1
CRefNum H009
Date 3/26/2009
Time 8:58 AM
---------------------------------------------------------------
tblQuoteDetails
QuoteDetailId 1
PartNumId 15
Quantity 25
UnitPrice $56.08
Delivery 8 Weeks