Auto input the same variable from last record

aikiai

Registered User.
Local time
Today, 16:23
Joined
Jan 26, 2005
Messages
17
How does one have variables automatically appear if one is adding another record from a previous record.

IE. My first record has ClientID and date. If I hit the add record button then how do I make it so the next record has the exact same ClientId and date?

Thanks

Eric
 
A good way to do this would be with the command button wizard. If you place a command button on your form whilst you have the wizard running it will show you a list of options from which you can select the type of command button you want.

Select "record operations" from the left hand list and in the right hand list you will see an option to duplicate records. Just follow the instructions provided by the wizard and you should have the functionality you want.
 

Users who are viewing this thread

Back
Top Bottom