D
Doctor
I need some help on this one! I've tried everything I could find on this. I
don't know where to go from here.
Double checked all Currentdb and rs to make sure that I have either closed
them and/or set them to nothing.
A couple of times when I used CurrentDB and it doesn't matter, I changed it
to dbengine(0)(0).
I haven't used any domain aggregate functions in queries. A minimal amount
of times a use a domain aggregate function in vba. Not too often. But when I
do, how long does that connection stay open?
None of my tables have a tremendous amount of fields. The main table has
about 25 fields.
The situation is that there is one frequently used process whereby a user
will have about 5 of the main forms open at the same time. It is on the 5th
form that not all of the combo boxes will load; and clicking them raises the
3048 error.
I put the structue of these five forms below just to provide some scope. As
far as I can tell, this puts me around 90 connections. I should be able to go
high than that.
I do have a split DB, but even if it doubles to 180, I should still have
around 40 to 60 connections to go.
At this point, restructuring the db would not be fun. I was almost ready to
distribute it when I started getting this error.
Here is a run down of the five forms:
Home Page:
main menu(based on table and uses two connections)
statistic queries for info (3 connections)
form is unbound
SearchPage
bound to query
two combo boxes
Main Company Page
bound to query
2 Combos
Subform 1: 6 Combos
Subform 2: 2 Combos
Subform 3: 1 Combo
Subform 4: 4 Combos
sfrm 5: 0 Combos
sfrm 6: 0 Combos
sfrm 7: 4 Combos
sfrm 8: 4 Combos
sfrm 9: 1 Combo
sfrm 10: 2 Combos
sfrm 11: 0 Combos
sfrm 12: 0 Combos
sfrm 13: 0 Combos
Contact Information Page
Bound to Query
Sfrm 1: 6 Combos
sfrm 2: 1 Combo
sfrm 3: 1 Combo
sfrm 4: 0 Combos
sfrm 5: 1 Combo
Registration Page
Bound to Query
3 Combos
sfrm 1: 6 Combos
sfrm 2: 1 Combo
don't know where to go from here.
Double checked all Currentdb and rs to make sure that I have either closed
them and/or set them to nothing.
A couple of times when I used CurrentDB and it doesn't matter, I changed it
to dbengine(0)(0).
I haven't used any domain aggregate functions in queries. A minimal amount
of times a use a domain aggregate function in vba. Not too often. But when I
do, how long does that connection stay open?
None of my tables have a tremendous amount of fields. The main table has
about 25 fields.
The situation is that there is one frequently used process whereby a user
will have about 5 of the main forms open at the same time. It is on the 5th
form that not all of the combo boxes will load; and clicking them raises the
3048 error.
I put the structue of these five forms below just to provide some scope. As
far as I can tell, this puts me around 90 connections. I should be able to go
high than that.
I do have a split DB, but even if it doubles to 180, I should still have
around 40 to 60 connections to go.
At this point, restructuring the db would not be fun. I was almost ready to
distribute it when I started getting this error.
Here is a run down of the five forms:
Home Page:
main menu(based on table and uses two connections)
statistic queries for info (3 connections)
form is unbound
SearchPage
bound to query
two combo boxes
Main Company Page
bound to query
2 Combos
Subform 1: 6 Combos
Subform 2: 2 Combos
Subform 3: 1 Combo
Subform 4: 4 Combos
sfrm 5: 0 Combos
sfrm 6: 0 Combos
sfrm 7: 4 Combos
sfrm 8: 4 Combos
sfrm 9: 1 Combo
sfrm 10: 2 Combos
sfrm 11: 0 Combos
sfrm 12: 0 Combos
sfrm 13: 0 Combos
Contact Information Page
Bound to Query
Sfrm 1: 6 Combos
sfrm 2: 1 Combo
sfrm 3: 1 Combo
sfrm 4: 0 Combos
sfrm 5: 1 Combo
Registration Page
Bound to Query
3 Combos
sfrm 1: 6 Combos
sfrm 2: 1 Combo