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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete Query

Status
Not open for further replies.

cmmd2003

Programmer
Mar 23, 2007
28
GB
Is there a way i can get a delete query to run on start up
 
You may execute your query in the AutoExec macro.

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 

Create a macro.
Name it Autoexec.
Include your delete query and any other functions you want to run when the application first opens.
Access is designed to look for and run the Autoexec macro on startup.


Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top