Open to a blank form in edit mode

J

judy

I've created a switchboard item called edit record, when
the user's click on this it opens the MasterData form in
edit mode. There is an unbound combo box called Find File
number, that allows the user to type in the file number
and it will open the appropriate record. What I would to
know:

Is there a way so that when the user clicks Edit Record
that a blank record will open initially? Right now it
opens to the first record.

Thanks
Judy
 
N

Nikos Yannacopoulos

Masterdata form, design view, form properties, Events tab,
in the On Open event add a macro with a single action
gotorecord, argument Record => New.

HTH,
Nikos
 
J

Judy

Thanks so much that work.
-----Original Message-----
Masterdata form, design view, form properties, Events tab,
in the On Open event add a macro with a single action
gotorecord, argument Record => New.

HTH,
Nikos
.
 

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