Invalide Argument

N

Needhelp

I have a large table and am trying to extract only the first two months.
Every time I try to run a make table query I get the error the error "invalid
argument". The query runs fine as a select query. Any suggestions?
 
J

John Vinson

I have a large table and am trying to extract only the first two months.
Every time I try to run a make table query I get the error the error "invalid
argument". The query runs fine as a select query. Any suggestions?

Correct the error in the query.

Since I have no idea how you've structured the query I can't suggest
what that might be; please open the query in SQL view and post the SQL
text here.

Note that a MakeTable query is NOT required if you just want to
generate a report; simply base the report on your Select Query.

John W. Vinson[MVP]
 
Top