P
PZStraube
Hello,
I'm a novice with expressions in report. I created the following for one
field that is not always in the underlying query so that the report will run
even when that field is missing.
Sub Check4Errors
On Error Goto SkipField
[C]
SkipField:
End Sub
Much to my surprise, it actually worked. However, the box changed to
showing "Unbound" instead of the variable name (C) and now I can't figure out
how to view and edit the expression I built. The Control Source shows as
blank. The expression works fine, though.
If someone could tell me where to find how to view and edit this expression,
I would be very appreciative. I hope this is a basic question.
Thanks so much!
I'm a novice with expressions in report. I created the following for one
field that is not always in the underlying query so that the report will run
even when that field is missing.
Sub Check4Errors
On Error Goto SkipField
[C]
SkipField:
End Sub
Much to my surprise, it actually worked. However, the box changed to
showing "Unbound" instead of the variable name (C) and now I can't figure out
how to view and edit the expression I built. The Control Source shows as
blank. The expression works fine, though.
If someone could tell me where to find how to view and edit this expression,
I would be very appreciative. I hope this is a basic question.
Thanks so much!