What is the limit on fields to pri in Access and can I change it?

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

Guest

I am trying to print an inventory d/b from access. I get an error " too many
fields to print, please decrease the amount of fields and try again" What is
the limit and can it be changed?
 
It would help if you told us how you are printing. Is it a report, a table
in datasheet view, a form, or what?

And what business need requires that you print out an "inventory database"?
 
Bill,

I am trying to print from a report with 4 different tables with a total of
26 fields.
The Gov't needs to see this (Census).

Roger
 
If you have done a lot of editing on the query or report you need to Compact
and Repair your database by clicking on menu TOOLS - Database Utilities -
Compact and Repair Database.
 
Does this error perhaps happen when trying to create a report using the
report wizard? There appears to be a limit on the number of fields the
wizard can handle, so if that's what is happening, try creating the report
without using the wizard.
 
26 fields should not be the problem. Follow Karl's suggestion. If that does
not work, create a new blank DB and import everything into it or create a
new report and copy the controls from the old one on to the new one.

One of the "bugs" in Access is that you are limited to the number of
controls you can put on a report or form (754) over it's life time. Once you
put a control on said object, it stays counted. You might have reached that
limit.
 
Thank You very much!

Brendan Reynolds said:
Does this error perhaps happen when trying to create a report using the
report wizard? There appears to be a limit on the number of fields the
wizard can handle, so if that's what is happening, try creating the report
without using the wizard.
 
Thank you very much!

Bill Mosca said:
26 fields should not be the problem. Follow Karl's suggestion. If that does
not work, create a new blank DB and import everything into it or create a
new report and copy the controls from the old one on to the new one.

One of the "bugs" in Access is that you are limited to the number of
controls you can put on a report or form (754) over it's life time. Once you
put a control on said object, it stays counted. You might have reached that
limit.
 

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