G
Guest
I have a form that displays a syntax error when I use the double-click
function of a coded combo box:
Syntax error (missing operator) in query expression
'txtProfileID="Pallet 48" X 40"".
The debugger points to this line of code:
DoCmd.OpenForm strFormToOpen, acNormal, _
WhereCondition:="txtProfileID=""" & .Value & """"
I think the problem lies with the use of " in the ID Pallet 48" X 40". If
this is the problem how can I resolve it? If it's not the problem then what
might it be and how can it be resolved?
THANKS for you help!
function of a coded combo box:
Syntax error (missing operator) in query expression
'txtProfileID="Pallet 48" X 40"".
The debugger points to this line of code:
DoCmd.OpenForm strFormToOpen, acNormal, _
WhereCondition:="txtProfileID=""" & .Value & """"
I think the problem lies with the use of " in the ID Pallet 48" X 40". If
this is the problem how can I resolve it? If it's not the problem then what
might it be and how can it be resolved?
THANKS for you help!