sambrierley
Registered User.
- Local time
- Today, 05:52
- Joined
- Apr 24, 2014
- Messages
- 56
Hi all,
the below SQL i basically tring move a record from one table to another, the table a copies of one another and the AlphaName variable is a string.
I keep getting the incomplete query error, somethings missing but i havent the feintest what.
thanks for any help.
the below SQL i basically tring move a record from one table to another, the table a copies of one another and the AlphaName variable is a string.
I keep getting the incomplete query error, somethings missing but i havent the feintest what.
thanks for any help.
Code:
strSQL = "INSERT INTO [Holding Table].* SELECT ([Import Table].* FROM [Import Table] WHERE ([Import Table].[Alpha Name] = '" & AlphaName & "'));"