N
nbohana
I am trying to put a heading on a report when I open it. The following code
will not put the heading on the first page, but puts the heading on all other
pages. Please tell me if possibel how to get the heading on the first page.
Case Is = 7
DoCmd.Close acReport, "stDocName"
strFilter = "[rotarian]"
stDocName = "PhoneReport"
DoCmd.OpenReport stDocName, acPreview, , strFilter
Reports!PhoneReport.[head] = "South Pasadena Rotary Club Rotarian Report"
Thanks for your help.
will not put the heading on the first page, but puts the heading on all other
pages. Please tell me if possibel how to get the heading on the first page.
Case Is = 7
DoCmd.Close acReport, "stDocName"
strFilter = "[rotarian]"
stDocName = "PhoneReport"
DoCmd.OpenReport stDocName, acPreview, , strFilter
Reports!PhoneReport.[head] = "South Pasadena Rotary Club Rotarian Report"
Thanks for your help.