G
Guest
I've got a major problem with my Access 2002 that started when I split the
database between the data and the rest of the Access database. When I did
this I had to change a lot of the dlookups on my forms to ADODB queries
because I was getting this "Cannot open any more databases" error. Now I'm
finding that my combo boxes are getting the same error or they are not
returning any data.
I think the source of the problem is that my form and
combo boxes are all pulling data through the Jet links to my backend database
an apparently each linkup or query accross the links opens a database. Now
I'm trying to load my forms through ADO to avoid this problem and I am
hitting a dead end because I cannot find a way to link a form to a backend
database except through the Jet links.
To magnify the problem my application may have 3 or 4 forms open at any
point in time. I also use a ton of Combo boxes to make selections from.
Can someone help me?
database between the data and the rest of the Access database. When I did
this I had to change a lot of the dlookups on my forms to ADODB queries
because I was getting this "Cannot open any more databases" error. Now I'm
finding that my combo boxes are getting the same error or they are not
returning any data.
I think the source of the problem is that my form and
combo boxes are all pulling data through the Jet links to my backend database
an apparently each linkup or query accross the links opens a database. Now
I'm trying to load my forms through ADO to avoid this problem and I am
hitting a dead end because I cannot find a way to link a form to a backend
database except through the Jet links.
To magnify the problem my application may have 3 or 4 forms open at any
point in time. I also use a ton of Combo boxes to make selections from.
Can someone help me?