Runtime error 3008

  • Thread starter Thread starter h3llz
  • Start date Start date
H

h3llz

Runtime error 3008

The table tblBaskets is already opened exclusively by another user, or it is
already open through the user interface and cannot be manipulated
programmatically.

Ive for form_load event on a form (bounded to tblBasketContent) and when it
loads i run Sql to insert a record in tblBaskets, but it saying its already
open?
 
Why are you trying to add a record using SQL when you already have the bound
form open?
 
Back
Top