Saving query to file

D

Dave Cullen

Can the results set of a query be saved to an Excel file, without any
links to the original tables?
 
S

Steve Schapel

Dave,

See under the File|Export menu. If you need to automate this via a
macro or VBA procedure, you would use the TransferSpreadsheet action/method.
 
Top