I have pass through query running fine. it is giving me records but I want those record to save as table in access. How can I do it
I have pass through query running fine. it is giving me records but I want those record to save as table in access. How can I do it
Create a make-table (or append) query and use the pass thru query as the source of the data.
You say that the pass-thru query was working fine, how long did it take to run? How much longer is the make-table taking? It should be the same amount of time.
Is there any way that you can restrict the amount of data you are looking at? That will help cut down the time.