D
Dick Minter
I have a form bound to a client list that shows client status and the
assigned salesperson ([assignment] field). I have placed code in the
BeforeUpdate event of the [status] field that, when the client status is
changed from "active" to "inactive" prompts the user for confirmation, and
with an affirmative response calls a module procedure that updates records in
two other tables, as well as removing the salesperson [assignment] in the
underlying table for the bound form. The (2115) error occurs, I assume, when
the form's BeforeUpdate event attempts to fire. Since the module procedure
is used elsewhere, I would prefer not to modify it as a solution. Can you
suggest an alternative?
DM
assigned salesperson ([assignment] field). I have placed code in the
BeforeUpdate event of the [status] field that, when the client status is
changed from "active" to "inactive" prompts the user for confirmation, and
with an affirmative response calls a module procedure that updates records in
two other tables, as well as removing the salesperson [assignment] in the
underlying table for the bound form. The (2115) error occurs, I assume, when
the form's BeforeUpdate event attempts to fire. Since the module procedure
is used elsewhere, I would prefer not to modify it as a solution. Can you
suggest an alternative?
DM