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!

Executing new controls blows up 1

Status
Not open for further replies.

jjd100

Programmer
May 30, 2005
19
CA
We have a 5-yr old Access 2003 application with about 400 controls. Late last year we could not create new controls, reviewed the postings on tek-tips reading about the 754 maximum and MSAccess's non-clean-up of old controls that have been deleted. We created a new form, copied and pasted the old contols onto the form, then copied and pasted the code associated with the controls. We can now successfully create new controls. After creating 3 new controls, we are having problems again. When the code is executed behind the new control, in this case to set a form variable to a new value, the application blows up with the "encountered an error" message, "do you want to send report to Microsoft?". Any help here would be greatly appreciated.
 
we currently have 6 tabs and no subforms. I suppose we could put some new controls on a subform, food for thought, thanks.
 
It is quite possible to load a form into a subform control on click of a button. You can make the whole thing look like tabs. It makes for quicker forms.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top