Open query after close table

  • Thread starter Thread starter Jennifer
  • Start date Start date
J

Jennifer

If I open a table and then the user enters some data, how do I open a query
after the user closes the table?
 
You shouldn't be working directly with tables. You should always use a form.
You can then put code in the form's Unload event.

Tables don't have events, so it's not possible to do the equivalent with a
table.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top