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!

Query is often getting deleted!!!!!

Status
Not open for further replies.

legs00

Programmer
Oct 17, 2001
36
CA
I am having this constant problem! I created an Access application where I wrote a query that uses fields from a table, put them in functions and tranfers the result from the query to an excel spreadsheet. Now the problem is that my select query (at times) gets deleted. The moment the transfer is completed the query closes. I am not sure why the statement gets deleted?? Is it due to the
DoCmd.Close acOutputQuery, "Timesheet Data" ???
Please help me solve this problem!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top