I have a form that contains a couple check boxes that will not allow any changes to be made to their associated controls for the active record. They are enabled (They are initially disabled, but I launch a macro that enables them and then throws a msgbox displaying their enabled status. This is done for a whole series of checkboxes in the form, and virtually all of them work properly after the macro enables them.) Is there some setting I might be overlooking that may be set improperly that might be causing this? The backend is MySQL 5.7, and I am able to toggle them manually with a SQL Update command. (After I toggle them, it is reflected in the checkbox control on the form the next time I go to that record, but I still can’t toggle them from the form.)
Version: 7.0.6.2 (x64)
Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded
Note: I even tried deleting one of the offending checkboxes and copying and pasting one that was behaving correctly, pointing it to the correct field, but still no success.