G
Guest
I'm trying to update a table based on a record meeting two criteria. I'm
also trying to update the table with the value in a variable but am not
having much luck. Any suggestions would be appreciated. Thanks for the
help. Here is the code I'm trying to use:
Cmd.RunSQL "UPDATE
set[Date] = strC WHERE [Stock Number] = '" &
Me.Units_Field & "' And [Complete] = False"
Im getting a pop up window that says enter parameter value (strC). Not sure
why it is doing this. Thanks again for all of the help...
also trying to update the table with the value in a variable but am not
having much luck. Any suggestions would be appreciated. Thanks for the
help. Here is the code I'm trying to use:
Cmd.RunSQL "UPDATE
Me.Units_Field & "' And [Complete] = False"
Im getting a pop up window that says enter parameter value (strC). Not sure
why it is doing this. Thanks again for all of the help...