Acess database 2003

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.
 
K

Ken Snell \(MVP\)

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