G
Guest
Hi,
After assigning a value to a variable - for example
x = 12/12/2005
I am trying to pass this value into the where clause of the following
doCmd.RunSQL("UPDATE tblDates SET ColumnY = 1 WHERE ColumnZ = X")
The problem is what is the syntax to correctly pass the value into the
statement
any help/suggestions would be appreciated
After assigning a value to a variable - for example
x = 12/12/2005
I am trying to pass this value into the where clause of the following
doCmd.RunSQL("UPDATE tblDates SET ColumnY = 1 WHERE ColumnZ = X")
The problem is what is the syntax to correctly pass the value into the
statement
any help/suggestions would be appreciated