sdawson
Registered User.
- Local time
- Today, 03:55
- Joined
- Apr 22, 2003
- Messages
- 165
Got a command button that fires of a routine to duplicate a record, reset some fields in the new record and requery the form. Easy.
Because the form is not ordered by the record ID number (alpha numerically by customer) I can not then us goto last record to start data entry in the newly created duplicate record. With me so far?
I need a command to go to specific record number viz. goto Me.ID = NN when NN is the newly created record number.
How?
Because the form is not ordered by the record ID number (alpha numerically by customer) I can not then us goto last record to start data entry in the newly created duplicate record. With me so far?
I need a command to go to specific record number viz. goto Me.ID = NN when NN is the newly created record number.
How?