M
Mark
Good morning,
I have a "class" form that has a record source based on a
query. The form is used to edit classes. Upon opening up
the form... the query asks the user to enter the "Class
ID", which is a auto number. Then the form is opened and
all of the fields are filled with the class's
information. On the form, I have a command button which
when clicked it saves the information for that class.
But when I tested the form out it does not work
perfectly. When I open the form. Any fields that I edit
are updated right then and there. So, it doesn't matter
if I click on the save command button or just close out
the form (in essence, the save command button is not doing
what I would like it to do). Either way, the record gets
edited/updated. How can I get the form to only
save/update the records only when the save command button
is clicked?
Thanks for the help!
I have a "class" form that has a record source based on a
query. The form is used to edit classes. Upon opening up
the form... the query asks the user to enter the "Class
ID", which is a auto number. Then the form is opened and
all of the fields are filled with the class's
information. On the form, I have a command button which
when clicked it saves the information for that class.
But when I tested the form out it does not work
perfectly. When I open the form. Any fields that I edit
are updated right then and there. So, it doesn't matter
if I click on the save command button or just close out
the form (in essence, the save command button is not doing
what I would like it to do). Either way, the record gets
edited/updated. How can I get the form to only
save/update the records only when the save command button
is clicked?
Thanks for the help!