T
tkosel
I have a text box on a report at a customer site that contains the following
as a control source:
="Group Membership report for: " & Chr(13) & Chr(10) & [GROUP_NAME]
This string appears in the actual text box on the screen in design mode, but
NOT in the control source of the property for that text box.
When I run the report, #NAME appears in that text box.
If I try to edit the control source field in the properties window, It tells
me that "The function you entered can't be used in this expression." Also
some other stuff. The bottom line is that is doesn't like the Chr(13) &
Chr(10), if I take that out, the error goes away. This used to work at their
site just fine.
All this works fine on my development machine right now. Any suggestions?
as a control source:
="Group Membership report for: " & Chr(13) & Chr(10) & [GROUP_NAME]
This string appears in the actual text box on the screen in design mode, but
NOT in the control source of the property for that text box.
When I run the report, #NAME appears in that text box.
If I try to edit the control source field in the properties window, It tells
me that "The function you entered can't be used in this expression." Also
some other stuff. The bottom line is that is doesn't like the Chr(13) &
Chr(10), if I take that out, the error goes away. This used to work at their
site just fine.
All this works fine on my development machine right now. Any suggestions?