R
Roger Withnell
How do I access controls on a subreport?
I'm using: Reports("Analysis report").Report("Complaints Analysis
subreport")!lblComplaint.Caption = "Bunions"
to set a caption, which doesn't work, and I also need to set the
RecordSource and ControlSource(s).
I'm using: Reports("Analysis report").Report("Complaints Analysis
subreport")!lblComplaint.Caption = "Bunions"
to set a caption, which doesn't work, and I also need to set the
RecordSource and ControlSource(s).