I have a continuous form which will only ever have 3 records.
I have a command button which executes some code that changes the values of a specific field in all 3 records. I need the form to update to show the correct values after this change.
However ... I can't close/reopen the entire form or requery the entire form.
So i'd like to requery the specific field - but ensure this field on ALL records are requeried.
I tried:
Forms!frm_Daily!Validations.Requery
but get this error:
"Run-time error 3188 Could not update, current locked by another session on this machine"
Any ideas? :-s
I have a command button which executes some code that changes the values of a specific field in all 3 records. I need the form to update to show the correct values after this change.
However ... I can't close/reopen the entire form or requery the entire form.
So i'd like to requery the specific field - but ensure this field on ALL records are requeried.
I tried:
Forms!frm_Daily!Validations.Requery
but get this error:
"Run-time error 3188 Could not update, current locked by another session on this machine"
Any ideas? :-s