G
Guest
I have a form with a simple backend to it. There are two tables with a 1 -
many relation based on a single field.
I want the form to be able to show each staff member (the one side) and
their holidays (the many side). I also want it so a new staff member can be
added. This caused problems at first because the many side can't be input
until the one side has been saved. I got around this by saving the record
after the link field had been input. This now works fine.
My problem however is this. When I click on the add record button on the
form the focus is set to this link field, but as soon as I start to input I
get an Access error saying "Field cannot be updated". I ok this warning and I
am allowed to continue entering the data and everything works fine.
Why am I getting the error (that doesn’t actually stop me from updating the
field) and how can I stop it from appearing?
many relation based on a single field.
I want the form to be able to show each staff member (the one side) and
their holidays (the many side). I also want it so a new staff member can be
added. This caused problems at first because the many side can't be input
until the one side has been saved. I got around this by saving the record
after the link field had been input. This now works fine.
My problem however is this. When I click on the add record button on the
form the focus is set to this link field, but as soon as I start to input I
get an Access error saying "Field cannot be updated". I ok this warning and I
am allowed to continue entering the data and everything works fine.
Why am I getting the error (that doesn’t actually stop me from updating the
field) and how can I stop it from appearing?