I am getting a super annoying error on all of my ComboBox inputs that use 'Choices([@DataSource].Column)' in the Items property. After my app loads, all 15+ comboboxes throw the error: "The data source supplied to the function is invalid". What's odd is that all I need to do to clear the error is make a small change to the formula, like remove and add back the trailing ')'.
While it's fairly simple to get the error to resolve, I have to go through and do this small change to 15-20 comboboxes, everytime I start a new editing session OR live with a swarm of error bubbles all over the screen.
I know this bug/error has been brought up before, but all of the suggested solutions I could find have not resolved the error.
Any help would be greatly appreciated.