Create a 'Make Table' query in 2007

  • Thread starter Thread starter Make Table query not creating table
  • Start date Start date
M

Make Table query not creating table

I have created many tables from queries in v.2003. In v.2007 I follow the
directions and am not able to create the table. All the steps work except
when I click run!, I do not get a table confirmation message? Can anyone
help?
 
I have created many tables from queries in v.2003.  In v.2007 I follow the
directions and am not able to create the table.  All the steps work except
when I click run!, I do not get a table confirmation message?  Can anyone
help?

you didn't do something like

Application.Echo False

or
Application.SetWarnings False

somewhere and forget to reset it to true? a dead giveaway is if you
create an append query or an update query and you don't get a message
saying "You are about to..."
 
Back
Top