Hi Folks,
I have a button on my form that the form's users will click to "submit" their entry to the database. When I first designed the form, I used a macro which would save the info as a new record in a table, and then would pull up a new blank record for another entry if needed. This method worked fine for simple data entry, but now I need a bit more.
Now, every time the "submit" button is clicked I need it to do what the current macro does today, but I also need it to run an append query as well as disabling the pop up messages such as "do you want to add 1 record to this table", etc.
The idea is that the users of the form should never know this query is being run in the background.
I'd really appreciate any help the community can provide!
I have a button on my form that the form's users will click to "submit" their entry to the database. When I first designed the form, I used a macro which would save the info as a new record in a table, and then would pull up a new blank record for another entry if needed. This method worked fine for simple data entry, but now I need a bit more.
Now, every time the "submit" button is clicked I need it to do what the current macro does today, but I also need it to run an append query as well as disabling the pop up messages such as "do you want to add 1 record to this table", etc.
The idea is that the users of the form should never know this query is being run in the background.
I'd really appreciate any help the community can provide!