S
Shytown_Turk
Hello,
I am trying to execute a SQL statemtment in code in which the where clause
is pulled from a hidden text box. The problem is that the where clause is a
number and I am getting an error message. I know the syntax is incorrect,
but I can't see my mistake.
SQL$ = "Delete tblAllocation_Asset.ImplementationID " _
& "FROM tblAllocation_Asset " _
& "WHERE (((tblAllocation_Asset.ImplementationID)= txtImpID"
Thanks,
Shaun
I am trying to execute a SQL statemtment in code in which the where clause
is pulled from a hidden text box. The problem is that the where clause is a
number and I am getting an error message. I know the syntax is incorrect,
but I can't see my mistake.
SQL$ = "Delete tblAllocation_Asset.ImplementationID " _
& "FROM tblAllocation_Asset " _
& "WHERE (((tblAllocation_Asset.ImplementationID)= txtImpID"
Thanks,
Shaun