D
DS
TInUse is a YesNo Checkbox that I'm trying to set to true. It doesn't
seem to work. I'm getting a syntax Error.
The Table is called Tables and it's getting the TableNumber from TM
which is on the form running the code.
CurrentDb.Execute "UPDATE Tables, SET TInUse = True, WHERE TableNumber =
Me.TM"
Thanks
DS
seem to work. I'm getting a syntax Error.
The Table is called Tables and it's getting the TableNumber from TM
which is on the form running the code.
CurrentDb.Execute "UPDATE Tables, SET TInUse = True, WHERE TableNumber =
Me.TM"
Thanks
DS