H
hngo
Hi,
I has follow the code as per the answer by Wayne Morgan on the 18/3/2005 for
the same topic. However i have got the following error
Syntax error (missing operator) in query expression 'conveyor_id=38DR55'.
My code is as follow:
strsql = "DELETE * FROM TBL_CV_GEARBOX WHERE conveyor_id=" & Me.Equip_Id
CurrentDb.Execute strsql, dbfailonerror
many thanks in advance
I has follow the code as per the answer by Wayne Morgan on the 18/3/2005 for
the same topic. However i have got the following error
Syntax error (missing operator) in query expression 'conveyor_id=38DR55'.
My code is as follow:
strsql = "DELETE * FROM TBL_CV_GEARBOX WHERE conveyor_id=" & Me.Equip_Id
CurrentDb.Execute strsql, dbfailonerror
many thanks in advance