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!!!
DoCmd.Close acOutputQuery, "Timesheet Data" ???
Please help me solve this problem!!!