TransferText Doesn't work with pass-through queries

D

DBG

Any workaround for this? Can populate a regular query from the results of my
pass-through to make it work?

-David
 
D

Duncan Bachen

DBG said:
Any workaround for this? Can populate a regular query from the results of my
pass-through to make it work?

-David

You could have your pass-through query be the source for a standard
access make-table query. Then export the records in the temporary make
table destination.
 
Top