Search results

  1. R

    Runtime error 3011 Access database engine could not find object mobile.txt

    Error is: Run-time error '3011'. The Microsoft Office Access database engine could not find the object 'export.html'. Make sure that the object exists and that you ... I'm assuming that there is a policy setting somewhere, a firewall setting, or a security flaw in Access 2007 that prevents...
  2. R

    Run time error '3075': Syntax error (missing operator) in query expression

    If you are executing your code from a FORM (event/ sub form), go to properties and click on the form body (not any field). Click on Data in properties and make sure the Record Source is NOT a Query. The Query locks the table through its scripts and you might get "This Recordset is not updatable"
  3. R

    Error 3075 missing Operator

    Trying to update a field (c_xwo) in a table (NOCtable) and gets errors (UPDATE SET WHERE) 1. Runtime error 3075. Syntax error (missing operator) 2. I also get “This recordset is not updatable” public gc_xwoVal As String Public c_wo As String 'Public n_nocID As String Public...
Top Bottom