I am updating a database from A2000 to A2007 in which there is a report where the format Font / Colour / Position / background of controls on the report change dependant on the record the report is printing.
The database currently achieves this through creating a recordset in the Detail on Format event, this seems a trifle inefficient, as the data can be read from the reports underlying query.
Is it possible to read the fields in the reports query without having to have (non visible) controls for each of these fields on the report?, and if so what is the code format needed to read the fields directly
Thanks in anticipation.