max number of fields in a report

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I am trying to build a report containing 120 fields of data. But I get an
error "too many fields in report" error when trying to create a report
maunally or with the wizard. What is the size limit?
 
Mike,

According to Help, the maximum number of controls and sections you can add
over the *lifetime* of a form or report is 754. If you have a lot of
controls on the report, and have been mucking about with it for a while,
it's possible you've exceded this number.

Create a new report, give it the same RecordSource, and copy over all the
controls. See if that fixes the problem.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 
Maximum number of fields in a report is 255 (That is the limit on a table or
a query).
Maximum number of controls in a report is 754 over the life of the report.

If you add a control, save the report, and then delete the control - one of
the "slots" has been used.
 
thanks v much, i may well have unwittingly exceeded the limit in this way.
I'll try again with a new report.
 
thanks, will do.

Graham R Seach said:
Mike,

According to Help, the maximum number of controls and sections you can add
over the *lifetime* of a form or report is 754. If you have a lot of
controls on the report, and have been mucking about with it for a while,
it's possible you've exceded this number.

Create a new report, give it the same RecordSource, and copy over all the
controls. See if that fixes the problem.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top