Creating a Duplicate Record from a Template
Posted by JohnH on August 20, 2001 8:10 AM
I use a template for data entry to create records in a database.
Sometimes the new record contains information similiar to the previous record so I would like to save the users time by having the duplicate fields automaticaly filled instead of retyping them in.
The sequence I use right now is:
User opens the template, fills in the information, Click a button to Save as to push the record into the database.
Then click a button to create a new record (Macro to open the Template again)
Any Help will be appricated.
Thanks.
John