Enter New a New Record in a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have created an Contacts Database for a school project

On my SwitchBoard, I have a button that states "Enter New Contact Info
Another button that states "Edit Contact Info

The problem is, when I click on "Enter New Contact Info" the form opens with Data from the previous record

What I would like for it to do is, when I click on "Enter New Contact Info", I would like to have the form open with a BLANK Record

How can I make this possible

Any help would be greatly appreciated

Thank you
-Tivog
 
In the command button code, try changing the form's properties to be a
"data entry" form. I personally would not like to have an "edit" button
separately from "edit" becasue they are essentially the same, so I would
simply open the form using the NewRecord argument to immediately go to a
new record for the Enter New button.

Good Luck,
Pavel
 
Back
Top