J
jlute
I'm getting this error and it's regarding this:
DoCmd.OpenReport "rptPKWeightCalculatorASSsFGs", acPreview, , _
"[PKWTID] = " & Me!PKWTID
The problem is that values in [PKWTID] can contain non-alphanumeric
characters, underscores, etc. such as:
PKWT100050_6/12FLOZBTGLCLPLLAPAPER
The underscore and the front slash trigger the error.
What can I change in the code to relieve this?
Thanks in advance!!!
DoCmd.OpenReport "rptPKWeightCalculatorASSsFGs", acPreview, , _
"[PKWTID] = " & Me!PKWTID
The problem is that values in [PKWTID] can contain non-alphanumeric
characters, underscores, etc. such as:
PKWT100050_6/12FLOZBTGLCLPLLAPAPER
The underscore and the front slash trigger the error.
What can I change in the code to relieve this?
Thanks in advance!!!