This is hard to explain but, I have a Access 2k db that pulls over 100k records; counts the number of tech initials which gives the number of boxes each tech packed in a specific time frame.
I believe that the query is causing the ODBC db to freeze for a few seconds causing data not to updated from other application running.
Is this theory possible?
I attempted to pull just the data into a temp table in my Acc 2k app and count them from there as a work-around but, produces the same result. I eventually get the information I need but, at a cost.
Any insight or theory will be appreciated,
Bender
I believe that the query is causing the ODBC db to freeze for a few seconds causing data not to updated from other application running.
Is this theory possible?
I attempted to pull just the data into a temp table in my Acc 2k app and count them from there as a work-around but, produces the same result. I eventually get the information I need but, at a cost.
Any insight or theory will be appreciated,
Bender
Comment