Recent content by stav81

  1. S

    Error 3211

    Hi, Thanks for the reply. How will this work exactly? I am new to access so everything is a bit confusing at the moment. I did some readign on the recordsetclone command and i am a bit confused. Some more explaining on the problem i have: The application that i have written is meant to be...
  2. S

    Error 3211

    Hello everyone, I have written some code that will add some entries to a table: Set myTable1 = db.TableDefs("Weekly_Card") Set rst1 = myTable1.OpenRecordset(dbOpenDynaset, dbOptimistic) While i < arrayCounter With rst1...
Back
Top Bottom