Stuart Green
Registered User.
- Local time
- Today, 08:46
- Joined
- Jun 24, 2002
- Messages
- 108
I have a form which records whether a customer has rendered a return to me for a specific month. On this form is a sub form where I record the details of any orders. So, for example there is a one record for customer A for month 6 with many details. I need to store on the sub form the month number (in this example 6) but also the number of the sub form record. So, for example if this is the third page of details (ie third record in the sub form)the identifier would be 6/3, next detail record on the sub form 6/4 etc etc. This number has to be saved in the sub form table record at the time it is created as it may be refered to later on when searching records. Problem is a) how to do this and b) how to get over duplications should a detail (sub form)record be deleted. In the words of a drowning man....help!