G
Guest
Hi Rick
Thanks for you reply of a week or so ago. Starting right after that I have
been unable to make a post to reply. Apparently it was some problem at
Microsoft which has now been resolved.
My question concerned limits in Access relative to a maximum on the number
of controls, forms, subforms that can be active at one time. You (Rick0
suggested that I look at Specifications in the Access help. I did look and
those do not really address my problem. The database I am working on has
about 150 form, 25 modules, 100 linked tables and about 530 stored queries.
The total number is well within the max of 32000 allowed. The file size is
around 12M when compacted. The real issue however is that I am seeing a
runtime limitation rather than a design time issue. Each of the forms
involved works fine when opened separately. The problem comes when I try to
open several at the same time. Eventually, the error that occurs is that
subform controls fail to load the respective forms. E.g. a statement such
as Set frm = sfrmCtrl.Form fails with an error saying that the Form
object is missing or invalid. This same form opens correctly when opened
alone or before too many other forms are opened. I would like to hear from
anyone that has seen the same problem.
Thanks for you reply of a week or so ago. Starting right after that I have
been unable to make a post to reply. Apparently it was some problem at
Microsoft which has now been resolved.
My question concerned limits in Access relative to a maximum on the number
of controls, forms, subforms that can be active at one time. You (Rick0
suggested that I look at Specifications in the Access help. I did look and
those do not really address my problem. The database I am working on has
about 150 form, 25 modules, 100 linked tables and about 530 stored queries.
The total number is well within the max of 32000 allowed. The file size is
around 12M when compacted. The real issue however is that I am seeing a
runtime limitation rather than a design time issue. Each of the forms
involved works fine when opened separately. The problem comes when I try to
open several at the same time. Eventually, the error that occurs is that
subform controls fail to load the respective forms. E.g. a statement such
as Set frm = sfrmCtrl.Form fails with an error saying that the Form
object is missing or invalid. This same form opens correctly when opened
alone or before too many other forms are opened. I would like to hear from
anyone that has seen the same problem.