Hi
I have two tables. Manifest and Shipment.
Every Manifest can have zero or more shipments.
Each shipment belongs to 0 or 1 manifest.
Manifests and Shipments are entered separately. So not in a traditional Master/detail screen.
How can I select several shipments at once and add them to the manifest.
Something like SC does on the screen Field Positioning.
I have looked into N-N relations. But this requires a third table, and the this relation is a 0-n
Thanks
Andre