D
DS
I get a Syntax Error on this code. It's the last part CDSub >=2.
Any help appreciated.
Thanks
DS
CurrentDb.Execute "DELETE FROM tblCheckDetails WHERE [CDCheckID]=" &
Me!CheckID & " And[CDLineID]=" & Me![TxtLine] & " And [CDItemID] = " &
Me.TxtPrepItem & " And [CDSub] => 2 """
Any help appreciated.
Thanks
DS
CurrentDb.Execute "DELETE FROM tblCheckDetails WHERE [CDCheckID]=" &
Me!CheckID & " And[CDLineID]=" & Me![TxtLine] & " And [CDItemID] = " &
Me.TxtPrepItem & " And [CDSub] => 2 """