Fields in a report

C

Cheryl Fischer

In Access 2002 you may add a maximum of 754 controls and sections over the
lifetime of the report (or form). To check this out for your version of
Access and to view all of the other database and object specifications,
simply open Help and type "specifications" in the Answer Wizard.
 
J

John Spencer (MVP)

If you don't use a sub-report, then the maximum is 255 fields - based on the
fact that you can have a maximum of 255 fields in a table or a query.

Now, you can get around that limit by using vba to set control values from
recordset and/or the domain functions (DLookup, DMax, etc).
 

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

Top