"Invalid Argument" message in Access

R

RobertKahn

When I try to run a make table query, I get this error message. If I just
run a select query, I don't get the message. I didn't have any trouble
yesterday when I ran the make table query.
 
W

Wayne Morgan

Please post the make table query so that we can see what you have. Go to the
SQL view of the query and copy and paste the text. Also, a Make Table query
won't overwrite an existing table.
 
K

Ken Snell [MVP]

Also, a Make Table query
won't overwrite an existing table.


In my ACCESS 2002, Wayne, manually running a Make-Table query confirms that
I want to delete the existing table before the query creates the replacement
table.
 
Top