R
ragtopcaddy via AccessMonster.com
I've seen dozens of posts in this NG, but none of them has a definitive
answer, at least one that will solve my difficulties.
I have an Access97 development db. I am absolutely certain that I am the only
"user' of this db. I wrote an afterupdate event procedure for a checkbox that
evaluates the checkbox and changes some text in textboxes on the form. To be
more precise, because I couldn't get the textboxes to update (2448: You can't
assign a value to this object.), I have resorted to updating the underlying
table for the query that the form is based on. This works fine for the open
event of the form.
But for the checkbox, when I check it, the code runs perfectly (updating the
underlying table), but when it finishes, I get the "Write Conflict" dialog
and no matter which button I select, the textboxes display the correct result
of the function, but the checkbox is no longer checked. This is driving me
nuts. I've written thousands of after update events and never seen anything
like this.
Please advise.
answer, at least one that will solve my difficulties.
I have an Access97 development db. I am absolutely certain that I am the only
"user' of this db. I wrote an afterupdate event procedure for a checkbox that
evaluates the checkbox and changes some text in textboxes on the form. To be
more precise, because I couldn't get the textboxes to update (2448: You can't
assign a value to this object.), I have resorted to updating the underlying
table for the query that the form is based on. This works fine for the open
event of the form.
But for the checkbox, when I check it, the code runs perfectly (updating the
underlying table), but when it finishes, I get the "Write Conflict" dialog
and no matter which button I select, the textboxes display the correct result
of the function, but the checkbox is no longer checked. This is driving me
nuts. I've written thousands of after update events and never seen anything
like this.
Please advise.