K
Keith
Hello,
I have an Access form that contains a subform. the subform is connected to
an access table. I need to have VBA (or I could use a query) to update the
access table. However, the data shown in the form do not update. checking
error messages in VBA, I discovered that the VBA could not write to the table
because it is locked by the subform that is in the form.
How can I work around this? Is it possible to unlock the table so the VBA
can update it?
Thank you,
Keith
I have an Access form that contains a subform. the subform is connected to
an access table. I need to have VBA (or I could use a query) to update the
access table. However, the data shown in the form do not update. checking
error messages in VBA, I discovered that the VBA could not write to the table
because it is locked by the subform that is in the form.
How can I work around this? Is it possible to unlock the table so the VBA
can update it?
Thank you,
Keith