Blank form on opening

J

John

When I open a form, it fills in all the information from
the last time the form was saved. I want to open the form
as a new blank form but still wish to reserve the
capacity of browisng back through other previously opened
forms.

I would appreciate help in resolving this.

Thanks,

John
 
J

Jack

One way is to use a macro in the OnLoad event to go to a
new record as follows:
Action: GoToRecord
Object Type: Form
Object Name: {The name of your form}
Record: Next
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top