Hi all,
I'm new here, had a question. I have a checkbox, check0, and a text field text0. When I check the checkbox, I want some text in the textbox. I have the code in the after update event of the checkbox, but this results in the runtime error 2115:
"The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing Access from saving the data in the field."
I don't have a validation rule, and have not used the beforeupdate event. Where am I going wrong?
All help is appretiated.
Thanks in advance,
-Uttam
I'm new here, had a question. I have a checkbox, check0, and a text field text0. When I check the checkbox, I want some text in the textbox. I have the code in the after update event of the checkbox, but this results in the runtime error 2115:
"The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing Access from saving the data in the field."
I don't have a validation rule, and have not used the beforeupdate event. Where am I going wrong?
All help is appretiated.
Thanks in advance,
-Uttam