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?
 

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