Hello,
I have an edit form with several types of cards. I have a button that submits the form. I want this button to appear when the form is in new mode, and when the form is in edit mode and there are unsaved changes to the form. I have 'frmForm.Unsaved' in the Visible property of the Submit button. This works for all the text input fields, the date dropdown field the yes/no toggle and one of the dropdown fields. For a second dropdown field it is not working. A diagnostic label I have that indicates true or false for frmForm.Unsaved does not change from 'false' when this one dropdown is changed, but it does change to true for all other edit fields. Any ideas as to what might be going on here? I can't find any significant difference in the attributes of the two dropdown fields, one of which works and the other which does not.
Any help would be most appreciated.