Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Before and after event for a query???

Status
Not open for further replies.

StellaIndigo

IS-IT--Management
Sep 19, 2002
118
GB
I have a query which needs to execute some VBA before and after the query runs.

I can't find an event for the query like Before or After.

Can I do this?



There are 10 types of people in the world. Those that understand binary and those that don't.
 
Queries do not have events.

You could run your query from a button on a form and add the extra code that you want to run around the code created by the button wizard.
 
ok thanks Lupins

I couldn't find anything about events for queries. Didn't know if it was one of those hard to find or little documented feature.



There are 10 types of people in the world. Those that understand binary and those that don't.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top