To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
Correct me if I am not getting the point :-)
Usually you should have the following structure:
tblItem (ItemNo, ItemDate, ....)
tblLineItem (LineItemNo, ItemNo,....)
the LineItem table references the Item table by ItemNo. In your Item table you have one record per Item, in the LineItem table you have 1 to n records per Item. One representing each LineItem.
Yes i have a customer table and a
order detail table. In the detail table
1 order could have 1 line or upto 50
lines. Such as:
Item#, Item Description, Quanity etc...
1.
2.
3.
4.
etc...
Thanks for your reply