Why are you trying to add a record using SQL when you already have the bound form open? -- Bob Larson Free Tutorials and Samples at http://www.btabdevelopment.com
__________________________________
"h3llz" wrote:
[Quoted Text] > 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?
|