yippie_ky_yay
Registered User.
- Local time
- Today, 14:00
- Joined
- Jul 30, 2002
- Messages
- 338
Hello,
there's something I'm just not getting here when it comes to reports. I figured out the trim function without much problem to make FIRSTNAME LASTNAME TITLE all appear as one line, but now I'd like to enclose the TITLE in brackets - only, there isn't always a title.
I've seen some examples of:
=IFF (IsNull([TITLE]),"",[TITLE])
but this doesn't seem to work for me (I've tried putting them in the control source of the textbox and even assigning the the above statement like this:
txtTitle = IFF (IsNull([TITLE]),"",[TITLE])
in the Report_Load part).
Am I at least close?
Any help would be greatly appreciated!
-Sean
there's something I'm just not getting here when it comes to reports. I figured out the trim function without much problem to make FIRSTNAME LASTNAME TITLE all appear as one line, but now I'd like to enclose the TITLE in brackets - only, there isn't always a title.
I've seen some examples of:
=IFF (IsNull([TITLE]),"",[TITLE])
but this doesn't seem to work for me (I've tried putting them in the control source of the textbox and even assigning the the above statement like this:
txtTitle = IFF (IsNull([TITLE]),"",[TITLE])
in the Report_Load part).
Am I at least close?
Any help would be greatly appreciated!
-Sean