Whenever a user checks one of the check boxes on a subform linked to a main form and then tries to do anything on the main form the selections in the sub form are deleted because the main form thinks that the data in the sub form is still being edited. I have a case statement in vb for on error Case 3146 To 3621 that is generated.
Does anyone have any suggestions on how to refresh everything so that it is not locked up.
On the checkbox after update event I tried putting me.Checkboxname.RecordLocks = false and I have tried putting it into variance events on the form. I have also tried just me.refresh and me.requery. In every case as soon as I click anything on the main form the error 3146 to 3621 is generated again.
Please point me in the right direction if you can.
Thank you!
Does anyone have any suggestions on how to refresh everything so that it is not locked up.
On the checkbox after update event I tried putting me.Checkboxname.RecordLocks = false and I have tried putting it into variance events on the form. I have also tried just me.refresh and me.requery. In every case as soon as I click anything on the main form the error 3146 to 3621 is generated again.
Please point me in the right direction if you can.
Thank you!