GUIDO22
Registered User.
- Local time
- Today, 05:41
- Joined
- Nov 2, 2003
- Messages
- 515
I have a form on which I can split an order into deliveries.
eg. Each contract can be 'split' into a number of phases(deliveries).
On this 'continuous' type form where this info is entered - I have a couple of fields that take the despatch date and quantity to be shipped. but I need a further field in the underlying table that represents the phase itself. ie. first delivery date will be 1, second date will be 2, third date will be 3 etc.
Where the contract is one shipment only - phase will be 0 or NULL.
This incrementing scale will be the same for every additional contract i.e. 1 - n.....(hence an AutoNumber field is NOT suitable for this purpose).
I am not too sure the best/simplest way to do this..... anyone done anything similar please?
Thanks for your help.
Regards
Guido
eg. Each contract can be 'split' into a number of phases(deliveries).
On this 'continuous' type form where this info is entered - I have a couple of fields that take the despatch date and quantity to be shipped. but I need a further field in the underlying table that represents the phase itself. ie. first delivery date will be 1, second date will be 2, third date will be 3 etc.
Where the contract is one shipment only - phase will be 0 or NULL.
This incrementing scale will be the same for every additional contract i.e. 1 - n.....(hence an AutoNumber field is NOT suitable for this purpose).
I am not too sure the best/simplest way to do this..... anyone done anything similar please?
Thanks for your help.
Regards
Guido