I am getting this error:
Syntax error (Missing Operator) in query expression '[Project] =ZYZ Project'
My code is:
intProjectEstim ate = DSum("LumpSum", "tblProjEstimat eLumpSum", "[Project] =" & Me.cboProject & "")
I have tried various combinations of double and single quotes without success.
Can anyone shed some light please?
Many thanks
Syntax error (Missing Operator) in query expression '[Project] =ZYZ Project'
My code is:
intProjectEstim ate = DSum("LumpSum", "tblProjEstimat eLumpSum", "[Project] =" & Me.cboProject & "")
I have tried various combinations of double and single quotes without success.
Can anyone shed some light please?
Many thanks
Comment