richmond88
IS-IT--Management
Hi,
I have the following code:-
ParameterField.PromptText & Chr(13)
DisplayText = DisplayText & "Report Name: " &
ParameterField.ReportName & Chr(13)
DisplayText = DisplayText & "Has Current Value: " &
ParameterField.HasCurrentValue & Chr(13)
For what reason do the & showup in the code window with a blue line underneath them and a help tip as expression expcted.
Thanks
Chris
I have the following code:-
ParameterField.PromptText & Chr(13)
DisplayText = DisplayText & "Report Name: " &
ParameterField.ReportName & Chr(13)
DisplayText = DisplayText & "Has Current Value: " &
ParameterField.HasCurrentValue & Chr(13)
For what reason do the & showup in the code window with a blue line underneath them and a help tip as expression expcted.
Thanks
Chris