mcgooie
11-08-2006, 08:20 AM
Using access 97, does anyone know how to have a macro run a query and save the data produced by the query in a table with the name "query 08/11/06" i.e. "query + currentdate"
thanks
thanks
|
View Full Version : Save Query Data mcgooie 11-08-2006, 08:20 AM Using access 97, does anyone know how to have a macro run a query and save the data produced by the query in a table with the name "query 08/11/06" i.e. "query + currentdate" thanks Rich 11-08-2006, 02:25 PM You could just use an Append query, but then why would you want to?:confused: |