Runtime error 3008

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?
 
B

boblarson

Why are you trying to add a record using SQL when you already have the bound
form open?
 
Top