Acess database 2003

  • Thread starter Thread starter S Penney
  • Start date Start date
S

S Penney

I'm trying to save a query (select) as a table but there is no option to save
as table.... just query, form, report or data acess page.
 
Yes, that is correct. If you want to save the data from the query, turn the
query into a MakeTable query and then it'll write the data into a new table
for you.
 
Back
Top