J
Joyce
I have VBA code in an Access 2007 db that copies a table from another
database, views some of the field properties, and then deletes it. This VBA
code worked fine in Access 2003. However in Access 2007, if the table has a
multi-valued field I get error 3211 "The database engine could not lock the
table because it is already in use by another person or process" when I
execute the SQL delete statement.
Any ideas how I can get around this error and delete the table?
database, views some of the field properties, and then deletes it. This VBA
code worked fine in Access 2003. However in Access 2007, if the table has a
multi-valued field I get error 3211 "The database engine could not lock the
table because it is already in use by another person or process" when I
execute the SQL delete statement.
Any ideas how I can get around this error and delete the table?