N
Neil
I have a check box on a form that's bound to a function that returns a
True/False value. When the user clicks on the check box, I run some code
through the MouseDown event. Everything works fine.
Only problem is: when the user clicks on it, there's a beep, and then they
get a status bar message: "Control can't be
edited; it's bound to the expression...." That's very annoying and
disconcerting.
Is there a way to trap the click and avoid the message? The Access online
help says that MouseDown can't be canceled. And OnClick and BeforeUpdate
don't seem to be called when it's a calculated control. Anyone have any
ideas on how to work around this?
I would put a command button on top of the check box; but the users need to
be able to work with it in Datasheet View, and command buttons don't appear
there.
Any ideas?
Thanks!
Neil
True/False value. When the user clicks on the check box, I run some code
through the MouseDown event. Everything works fine.
Only problem is: when the user clicks on it, there's a beep, and then they
get a status bar message: "Control can't be
edited; it's bound to the expression...." That's very annoying and
disconcerting.
Is there a way to trap the click and avoid the message? The Access online
help says that MouseDown can't be canceled. And OnClick and BeforeUpdate
don't seem to be called when it's a calculated control. Anyone have any
ideas on how to work around this?
I would put a command button on top of the check box; but the users need to
be able to work with it in Datasheet View, and command buttons don't appear
there.
Any ideas?
Thanks!
Neil