have you been compacting your db as you work on it? if not, you should do it
frequently during development - whether or not it fixes your current form
issue. also, have you tried creating a new blank form, then opening the
problem form in Design view, pressing Ctrl+A to select all objects, then
Ctrl+C to copy them. then open the new form in Design view and press Ctrl+V
to paste. if you have code in the problem form's module, you'll need to
highlight and copy it, then paste into the new form's module. delete the old
form, then compact the db, then rename the new form and compact again.
and before you do any of the above, make sure the Name Autocorrect option is
turned OFF. in the database window, from the menu bar select Tools | Options
| General tab.
hth
"Deano" <deano@mailinator.comwrote in message
news:490a174c$0$10551$db0fefd9@news.zen.co.uk...
Quote:
How can I reset this count? My form is stable now and doesn't have many
controls on it, though obviously it's seen alot of deletions as the form
has
Quote:
evolved and this contributes to reaching the 754 limit.
>
I have tried exporting to another database and then importing it back with
no luck.
>
I'm testing an add-on that applies a spiffy effect to command buttons and
it
Quote:
reports the 754 error on this particular form.
>
>
thanks
>
>