Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Add of controls not possible anymore

Status
Not open for further replies.

Smarty

Programmer
Apr 12, 2001
191
BE
I want to add a label, but this is not possible! Error: "Microsoft Access can't add, rename, or delete the control(s) you requested". There are currently about 60 fields, labels, lines,... on my form. How can I add my label?
 
you could try copying all of the controls (Ctrl+A then Ctrl-C, to be sure you've got them all) and pasting them on a new form. If you've got code behind the form, copy it onto the other form too.
Access pulls this kind of tricks once in a while, and pretty often this solution works for us!

grtz
CPUburn
 
There is a limit to the number of items per form. What has most likely happened is that you have created the max number (but most were deleted). I had this problem when duplicating electronic schematics into Access forms, but it took alot. You can copy the controls to another form, also, compacting the database should get rid of those old controls. My Dbase went from 14M to 1.9 after I was done and compacted it. Sean.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top