G
Gelpaks
I created a form to add records to a db and it is accessed by clicking on an
"add new" button on the main form. All seemed to be working well until I
added a record. Now when I'm on the main form trying to go through the
records, every time I click to go to the next record, I get an error msg
saying the records are locked and I need to set locks to no locks. I have
checked both forms and the general Access options and the record locking is
set to no locks.
In the VB code, I originally set it to close the main form (when clicking on
the Add New button) and open the AddNew form, and there is an exit button on
the AddNew form that is coded to close that form and reopen the main form. I
commented out all the code thinking I messed something up with my coding, but
I still cannot go through the records on the main form. Any help you can
give me on this would be GREATLY appreciated!
"add new" button on the main form. All seemed to be working well until I
added a record. Now when I'm on the main form trying to go through the
records, every time I click to go to the next record, I get an error msg
saying the records are locked and I need to set locks to no locks. I have
checked both forms and the general Access options and the record locking is
set to no locks.
In the VB code, I originally set it to close the main form (when clicking on
the Add New button) and open the AddNew form, and there is an exit button on
the AddNew form that is coded to close that form and reopen the main form. I
commented out all the code thinking I messed something up with my coding, but
I still cannot go through the records on the main form. Any help you can
give me on this would be GREATLY appreciated!