Hello,
I have a subreport that lists "sponsors" of a record in the primary report. I'd like to have the first row in the subreport start with "Sponsors:" and then have the list. I want something like this:
Sponsors: Bill
Joe
(Etc.)
I thought I could do this by having a boolean "FirstRow" and set it to true during initialization, then while the text box is binding, do .Visibile = FirstRow, then FirstRow = False. This works, but only for the first instance of the subreport in the main report. Apparently the subreport is not initialized for each primary record or something...
Anyway - does anybody know how I'd go about achieving that kind of behavior?
Thanks,
Mike
I have a subreport that lists "sponsors" of a record in the primary report. I'd like to have the first row in the subreport start with "Sponsors:" and then have the list. I want something like this:
Sponsors: Bill
Joe
(Etc.)
I thought I could do this by having a boolean "FirstRow" and set it to true during initialization, then while the text box is binding, do .Visibile = FirstRow, then FirstRow = False. This works, but only for the first instance of the subreport in the main report. Apparently the subreport is not initialized for each primary record or something...
Anyway - does anybody know how I'd go about achieving that kind of behavior?
Thanks,
Mike