every time more than one person is in the database to add files, it locks up.. i need for more than one person to enter at a time. this happens if one person is searching and one is adding,.....help...quickly...thank you.
monica
1. yes
2. yes..done the faq
3. well...trying to access the same table...not same record.
4. i have it set to no locks
5. i've tried combining everything into one database, splitting into two databases....forms/queries in one and tables in another.
6. just made a blank database, imported the forms from all four databases....and linked the tables.....it still locked up....BUT..only when you accessed ONE database inparticular. same thing for when i made a blank database and imported everything. works fine until someone accesses this particular table/form (XREF). when you try to do anything in that while someone else is in anything else...you get an "out of memory" message...i've tried everything....help.
thanks in advance.
monica
Obviously "table/form (XREF)" is the Key. You should check every use/instantation of this. Is it being instantiated (as a recordset object) in some type of Loop? Check especially for somethign which is (inadvertantly) accessing this via recursion.
A quick check MIGHT be to check the call stack when the error occurs. If it has a repetitive pattern, then you are doing this access in some loop or self referential process.
MichaelRed
mred@duvallgroup.com
There is never time to do it right but there is always time to do it over
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.