Query locked after compacting

  • Thread starter Thread starter kwaldman
  • Start date Start date
K

kwaldman

I have a database of about 7000 records, 8 fields, that contains a fair
amount of VBA. The database started to get a little large, so I tried
to compact and repair it. After it compacts and repairs, when I try to
run the VBA, which simply runs a query, then opens a form that displays
the results of the query, I get this message:

Run-time error '3218':
Could not update; currently locked.

Any ideas on how to fix this?

Thanks.
 
Back
Top