|
-
April 5th, 2001, 08:48 AM
#1
SQL syntax
I am getting a syntax error in the FROM clause error and for the life of me I cannot see what is wrong with my SQL string. Here it is:
SQLStmt = "SELECT " & strTableName & ".* INTO [CLEARANCE] FROM " & strTableName
strTableName is the name of a table that I extracted from TableDef earlier in the module. Am I blind? :-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|