W
Wendy
I'm doing something stupid, but am too blind to see:
If Me.FP_PU_YEAR <> "L5" Or "F" then
Me.Frame56.visible = false
end if
I'm just trying to hide a frame control if a field value is not equal to the
condition.
FP_PU_YEAR returns U6 for example and I get a type mismatch error.
The field is set to TEXT in table design.
Cheers
If Me.FP_PU_YEAR <> "L5" Or "F" then
Me.Frame56.visible = false
end if
I'm just trying to hide a frame control if a field value is not equal to the
condition.
FP_PU_YEAR returns U6 for example and I get a type mismatch error.
The field is set to TEXT in table design.
Cheers