J
JB
I am building an access app using the usual front_end.mdb - back_end.mdb
model. As the app has grown, I have run into a problem that results in jet
error 3048 when I try to open lots of forms with multiple subforms, list
boxes, etc. The error text says "Cannot open any more databases" but since I
am only using 2 databses(.mdbs), that can't really be the problem. I am
using workgroup security and all the queries are run under owners permission,
qry = CurrentDb.QueryDefs(..) etc There are no explicit opendatabase types
of commands in the code. I presume that this error has something to do with
too many list boxes or bound subforms or ... Does anyone know anything about
the actual limits built into Jet or have any experience with how to
workaround this limitation?
model. As the app has grown, I have run into a problem that results in jet
error 3048 when I try to open lots of forms with multiple subforms, list
boxes, etc. The error text says "Cannot open any more databases" but since I
am only using 2 databses(.mdbs), that can't really be the problem. I am
using workgroup security and all the queries are run under owners permission,
qry = CurrentDb.QueryDefs(..) etc There are no explicit opendatabase types
of commands in the code. I presume that this error has something to do with
too many list boxes or bound subforms or ... Does anyone know anything about
the actual limits built into Jet or have any experience with how to
workaround this limitation?