: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...