I have an ENUM field that resets every time an entry is made in the child record but Reset on Edit is not turned on for the field. In addition to the image the following is turned on but nothing else - in prior designs the system doesn’t react this way. Any thoughts?
Here is button that keeps resetting each time I make an entry in the child records. Child records are currently set to not be seen unless the value of the button is set to Yes
Does the column have a Valid If expression? If so, please post a screenshot of the complete expression.
Does the column have a Spreadsheet formula set? If so, remove it, delete all empty rows of the spreadsheet below the last used data row, and regenerate the table’s columns.
Ok found the bug. The issue occurs when I make another field’s “Show If” option dependent on the ENUM field. For example: the ENUM is a Yes/No. When the user presses Yes, the related child records should appear. When they press No, the child records stay hidden. When I remove these ShowIf options, the ENUM buttons work fine.