Update via Form

N

Nancy

I have created a form to do a search and to do updates on
a table. It is working fine UNLESS I try to update
immediately AFTER I do a search. I get the following
error msg:
Run time error '3211'
The database engine couldn't lock table 'TempProv' because
it's already in use by another person or process

I've tried to change record source to another table before
the update (Me.RecordSource = "Provider")
and I've tried closing the table before the update
(DoCmd.Close acTable, "TempProv") ... Neither of these work

Any suggestions would be greatly appreciated. I posted
this question last Thursday, 11/13 ... but it seems to
have disappeard !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top