J
John Dumay
Hi,
I am running code to update a table when I open a form. Nothing that I can
see is open and I am sure I don't have a recordset open that uses the table.
When I try to access the table I get
Run-time error '3211':
The database engine could not lock the table 'tblSurveyDataSet' because it
is already in use by another person or process.
How can I check for open connections to a data base and if there are any
close them down so my code will run?
Any help is, as always, appreciated.
Regards,
John Dumay
I am running code to update a table when I open a form. Nothing that I can
see is open and I am sure I don't have a recordset open that uses the table.
When I try to access the table I get
Run-time error '3211':
The database engine could not lock the table 'tblSurveyDataSet' because it
is already in use by another person or process.
How can I check for open connections to a data base and if there are any
close them down so my code will run?
Any help is, as always, appreciated.
Regards,
John Dumay