A
AnExpertNovice
There is probably an easy solution. I have just not found it yet!
txtDisabled contains the date the record was disbled. It is Enabled but
Locked. (allows copy)
cmdEnableDisable is a button used to set or clear txtDisabled. It would be
nice if it read "Disable" then txtDisabled was empty and "Enable" when
txtDisable contains a date.
Is there a easy way to detect when txtDisabled has changed or may have
changed. By "may have changed" even changing to a different record means the
buttons caption can be set after a query. I have found no text field or
form event that allows this to be done.
Thanks.
txtDisabled contains the date the record was disbled. It is Enabled but
Locked. (allows copy)
cmdEnableDisable is a button used to set or clear txtDisabled. It would be
nice if it read "Disable" then txtDisabled was empty and "Enable" when
txtDisable contains a date.
Is there a easy way to detect when txtDisabled has changed or may have
changed. By "may have changed" even changing to a different record means the
buttons caption can be set after a query. I have found no text field or
form event that allows this to be done.
Thanks.