max count of objects in an access form

T

Tobi

Hi ng,

i have a problem with the maximal count from object in my form.
I have now about 500 object in my form. Is it possible to change the
maximal count or is it static?
The Form is a grafic that shows some data's from the database.

Thanks for your help.

best regards
Tobi
 
G

Guest

Hi, Tobi.
i have a problem with the maximal count from object in my form.
I have now about 500 object in my form.

That's a _lot_ of controls. You may want to reconsider how many controls
are really necessary on this form. Generally, 100 controls is "too busy."
The maximum number of controls that can be added over the lifetime of a form
or report is 754. You've probably deleted a good many already, so you've
reached the limit for this particular form.

You can create a new form from this form by using "Save As." Rename the
form to something else, then right-click on the name of this form in the
Database Window and select "Save As..." on the pop-up menu. Save the new
form using the original name of the form. The maximum number of controls for
this new form is still 754, but with only 500 to start out with, you can add
some more -- if you can find some room to do so.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)

- - -
When you see correct answers to your question posted in Microsoft's Online
Community, please sign in to the Community and mark these posts as "Answers,"
so that all may benefit by filtering on "Answered questions" and quickly
finding the right answers to similar questions. (Only "Answers" have green
check-marks.) Remember that the best answers are often given to those who
have a history of rewarding the contributors who have taken the time to
answer questions correctly.
 

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