I have 1 user who is constantly getting poor performance from my front end, combo boxes hanging and complete crashes. On investigation it looks like all my recordsets will not close on his machine.
I am using the below code to close all of my recordsets at the correct time and searched the whole database for cases where i have missed one.
strRecordsetName.Close
Set strRecordsetName = Nothing
I messaged boxed the state of all recordsets on his machine and they are at sate 1, on everybody else’s machine they are state 1.
Any ideas on why 1 machine might not close a recordset ?? HELP!
I should probably say this is Access 97 *hangs head in shame*
I am using the below code to close all of my recordsets at the correct time and searched the whole database for cases where i have missed one.
strRecordsetName.Close
Set strRecordsetName = Nothing
I messaged boxed the state of all recordsets on his machine and they are at sate 1, on everybody else’s machine they are state 1.
Any ideas on why 1 machine might not close a recordset ?? HELP!
I should probably say this is Access 97 *hangs head in shame*