S
S Jackson
Can I populate an unbound txtbox using the OnOpen Event?
I have a report. The title of the report will change depending on the
criteria the user selects before opening it. I want to populate an unbound
text box on the report according to this If Statement on the OnOpen Event:
If IsNull(ClosedDate) Then
Me.txtTitle.Value = "LTCR Open Cases"
But, in a report, I don't have the Value property to work with. How else
can I do this?
TIA S. Jackson
I have a report. The title of the report will change depending on the
criteria the user selects before opening it. I want to populate an unbound
text box on the report according to this If Statement on the OnOpen Event:
If IsNull(ClosedDate) Then
Me.txtTitle.Value = "LTCR Open Cases"
But, in a report, I don't have the Value property to work with. How else
can I do this?
TIA S. Jackson