The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing |9 from saving the ...

The macro or function set to the BeforeUpdate or ValidationRule property for this field is preventing |9 from saving the data in the field.@* If this is a macro, open the macro in the Macro window and remove the action that forces a save (for example, GoToControl). * If the macro includes a SetValue action, set the macro to the AfterUpdate property of the control instead. * If this is a function, redefine the function in the Module window.@@1@@@1