Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Partial Shipment Check Qty left!
Message
From
10/12/1999 23:21:37
 
 
To
10/12/1999 23:03:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00302169
Message ID:
00302171
Views:
27
Justok...

Orders (Order_ID, ....)
|
/|\
OrdItems (Order_ID, ITEM, QTY, ....)
|
/|\
Shipment (SHIP_NO, Order_ID, ITEM, SHIPQTY, ....)

-----
Maybe better would be:

OrdItems(OrdIt_ID, Order_ID, ITEM, QTY)

Shipment(SHIP_NO, OrdIt_ID ...) to tie the shipment(s) to the OrdItems table instead of to Orders. Then each line item has one or more shipments easily tracked.
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform