Search results

  1. V

    Exclusive Access - maddening code

    :banghead: I'm coding on a locally stored db. I have a code snippet that's locking my database, but it should not be. Code: --Gets field names from the selected table to put into comboboxes on my form. Dim masterTable As DAO.TableDef, thisDatabase As DAO.Database Dim fieldList As...
  2. V

    VBA Recordset DB Corruption

    I built a process to separate first and last name and remove certain names from various tables that are imported to my database. It works great when the recordset is fairly small. But when I do say 250,000 records at one time the database bloats nearly to the point that it corrupts(the dreaded...
Back
Top Bottom