maximum fields in reports access 2007

  • Thread starter Thread starter Kim T
  • Start date Start date
No more than 255 fields can be returned.

And they must all fit in the 4KB page buffer.
(Memos only count the address, not all the text.)
 
Kim said:
what is the maximum number of fields allow in report wizard in access 2007


A report's record source table/query can have up to 255
fields.

A report can have up to 754 controls.

The wizards can't handle anywhere near that many of either
object so skip the wizard and just use design view to push
the limits.
 
Back
Top