Empty field when opening Form

  • Thread starter Thread starter Jacques Steinman
  • Start date Start date
J

Jacques Steinman

I have a master/detail form setup and need the master form to select a new
row in the master table whenever I open the form. Currently it pulls the last
entry created and displays all its linked info. I need the text boxes and
fields empty otherwise users might accidently change existing entries. Which
would create a big mess.
 
Set the forms Data Entry property to Yes. This will allow only new records
to be entered and will not display any existing records.
 
Thanks

Beetle said:
Set the forms Data Entry property to Yes. This will allow only new records
to be entered and will not display any existing records.
 
Back
Top