When I started this report I thought I had the skills. Oops.
Want the 2nd line of the title to read the date range specified by the user. The values are coming from the form, txtDate1 and txtDate2.
Line Example: 12/01/06 - 12/31/06
I tried the following in a text box on the report, abbreviating some:
#1
=Format(Me.txtDate1,"mm/dd/yy") & " - " & Format(Me.txtDate2,"mm/dd/yy")
The 1st page displays OK, other pages display "Error?"
#2
Creating a text box on the form that uses the formula from #1, the 1st page of the report displays OK, other pages display "Name?"
Help!
Want the 2nd line of the title to read the date range specified by the user. The values are coming from the form, txtDate1 and txtDate2.
Line Example: 12/01/06 - 12/31/06
I tried the following in a text box on the report, abbreviating some:
#1
=Format(Me.txtDate1,"mm/dd/yy") & " - " & Format(Me.txtDate2,"mm/dd/yy")
The 1st page displays OK, other pages display "Error?"
#2
Creating a text box on the form that uses the formula from #1, the 1st page of the report displays OK, other pages display "Name?"
Help!