T tom Oct 20, 2006 #1 I cant figure out how to find out the name of a table that a make table query makes. Please advise.
F fredg Oct 20, 2006 #2 I cant figure out how to find out the name of a table that a make table query makes. Please advise. Click to expand... If you use the query design grid and select a Make Table query (by clicking Query + Make Table Query) it asks you for the table name.
I cant figure out how to find out the name of a table that a make table query makes. Please advise. Click to expand... If you use the query design grid and select a Make Table query (by clicking Query + Make Table Query) it asks you for the table name.
B Brendan Reynolds Oct 20, 2006 #3 Switch to SQL view (select SQL View from the View menu) and look for the name of the table immediately after the keyword 'INTO'.
Switch to SQL view (select SQL View from the View menu) and look for the name of the table immediately after the keyword 'INTO'.