I have a number of forms that are generated on the fly. I have added various controls and labels yet want to change the font and color on some of the labels, and the data sources in the details section.
However i want to do this by VBA.
Set all_proj_date_lbl = CreateReportControl(rpt.Name, acLabel, acPageHeader, , "Date Required", intDataX1, intDataY1)
Also when i try to add to the header (acHeader) it throws a mental, and the only way i can go into it is by adding the header on the tools bar. Yet it goes into PageHeader, as the code above shows.
IS this anything to do with the template the report is based on, as it is just the default one??
However i want to do this by VBA.
Set all_proj_date_lbl = CreateReportControl(rpt.Name, acLabel, acPageHeader, , "Date Required", intDataX1, intDataY1)
Also when i try to add to the header (acHeader) it throws a mental, and the only way i can go into it is by adding the header on the tools bar. Yet it goes into PageHeader, as the code above shows.
IS this anything to do with the template the report is based on, as it is just the default one??