J
JB
I am hitting the wall with Jet error 3048. I found a couple of threads
referring to this error but in none of these discussions were any specific
numbers given. Does anyone know where a list of Jet's specifications can be
found and/or specifically what generates this error? The one thing that is
for sure is that it is not the number of databases since there are only two
and that I use CurrentDb. everywhere I need the database. This is apparently
a Jet problem rather than an Access problem so looking at the Access
specifications is no help. I will need to do some redesign of the app that I
am working on but don't want to do a lot of work only to find that I have
gone in the wrong direction.
I am using Access 2003, Jet 4, split database, workgroup security. Because
of the security, all the queries are stored with run under Owners permission
specified. I have a number of list boxes open at one time all based on stored
queries along with perhaps 15 or 20 subforms. Many of these are used in
conjunction with tab controls. Most of the listboxes, etc do not have lots
of records but the queries are sometimes comlex and so I want to minimize the
reinitialization of these lists as the user moves though the tabs of the tab
controls.
I have already done the rebuild from blank database, import everything
business and it makes no difference. Also, I make sure to .close all record
sets and set everything to nothing. I am assuming that Access does the
cleanup for listboxes when the containing form is close.
referring to this error but in none of these discussions were any specific
numbers given. Does anyone know where a list of Jet's specifications can be
found and/or specifically what generates this error? The one thing that is
for sure is that it is not the number of databases since there are only two
and that I use CurrentDb. everywhere I need the database. This is apparently
a Jet problem rather than an Access problem so looking at the Access
specifications is no help. I will need to do some redesign of the app that I
am working on but don't want to do a lot of work only to find that I have
gone in the wrong direction.
I am using Access 2003, Jet 4, split database, workgroup security. Because
of the security, all the queries are stored with run under Owners permission
specified. I have a number of list boxes open at one time all based on stored
queries along with perhaps 15 or 20 subforms. Many of these are used in
conjunction with tab controls. Most of the listboxes, etc do not have lots
of records but the queries are sometimes comlex and so I want to minimize the
reinitialization of these lists as the user moves though the tabs of the tab
controls.
I have already done the rebuild from blank database, import everything
business and it makes no difference. Also, I make sure to .close all record
sets and set everything to nothing. I am assuming that Access does the
cleanup for listboxes when the containing form is close.