gusbrunston
Programmer
Thanks in advance (I've never failed to get the help I need!)
On a form describing the properties a company manages, I have an option box with two option buttons: "Active" and "Inactive". I need to reject making a property "inactive" in the propertyStatus field if there is any value other than zero (0) in the currentBalance field.
And I need to provide a message box to explain to the user why the property can't be made "inactive".
The form is based on a table, tblProperties, and the buttons work correctly, but a user cannot be permitted to inactivate a record if there's money owed to or due from the owner.
Thanks again for all your help.
Gus Brunston
On a form describing the properties a company manages, I have an option box with two option buttons: "Active" and "Inactive". I need to reject making a property "inactive" in the propertyStatus field if there is any value other than zero (0) in the currentBalance field.
And I need to provide a message box to explain to the user why the property can't be made "inactive".
The form is based on a table, tblProperties, and the buttons work correctly, but a user cannot be permitted to inactivate a record if there's money owed to or due from the owner.
Thanks again for all your help.
Gus Brunston