I have a database that is slow to perform some functions. When the users click a button before the task is finished, an error message pops up, saying something like, "Setting of macro or function to property Before Update or Field Validation Rule prevents Microsoft Access from saving data in this field." (Translated - it's not an English system.}
The form is unbound, and there are no BeforeUpdate events, nor any validation rules. I cannot think where to trap the error, or even if it as trappable, since it occurs randomly pretty much everywhere if a control is clicked while it is still busy.
Is this normal? Is there a way to make it stop happening? I have some rather hyperactive users, and telling them to take it a bit slower usually works for about an hour, then they forget and go into warp drive again.
The form is unbound, and there are no BeforeUpdate events, nor any validation rules. I cannot think where to trap the error, or even if it as trappable, since it occurs randomly pretty much everywhere if a control is clicked while it is still busy.
Is this normal? Is there a way to make it stop happening? I have some rather hyperactive users, and telling them to take it a bit slower usually works for about an hour, then they forget and go into warp drive again.