TransferText Doesn't work with pass-through queries

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

-David
 
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.
 
Back
Top