M
MB
Hi Experts. I have a yes/no field called "Replace" which I would like to be
automatically "YES" (or checked on my form) if the previous field,
"ManholdCond" is "Bad."
I put this as criteria in my query in the Replace column:
IIf([ManholeCond] Like “Badâ€, True, False)
but it doesn't work. Please help.
MB
automatically "YES" (or checked on my form) if the previous field,
"ManholdCond" is "Bad."
I put this as criteria in my query in the Replace column:
IIf([ManholeCond] Like “Badâ€, True, False)
but it doesn't work. Please help.
MB