Open to a blank form in edit mode

  • Thread starter Thread starter judy
  • Start date Start date
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
 
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
 
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
.
 
Back
Top