DaveyEdgar
Technical User
Greetings!
How should I set up the following?
Form on front end based on empty query
when end user is done entering data to that query, on close, a form pops up with a button to run an append query to take the new records from the form-based query and append it to a linked table, then delete all the records from the form-based query so it is empty the next time the re-open the front end form.
e.g.
-user opens db and data entry form
-form is based on local query that is empty
-user enters data to query through form
-user is finished and closes
-popup has button to update records
-the records in the query are appended to a linked table
-the records in the original query are deleted
thanks in advance!!!
How should I set up the following?
Form on front end based on empty query
when end user is done entering data to that query, on close, a form pops up with a button to run an append query to take the new records from the form-based query and append it to a linked table, then delete all the records from the form-based query so it is empty the next time the re-open the front end form.
e.g.
-user opens db and data entry form
-form is based on local query that is empty
-user enters data to query through form
-user is finished and closes
-popup has button to update records
-the records in the query are appended to a linked table
-the records in the original query are deleted
thanks in advance!!!