Hi All, I have what seems like a straightforward problem, but I can't figure it out (I'm quite new).
I've got a dropdown as part of a larger form, which gets captured later and sent to my SQL database. The available options are given just by doing "Distinct('[dbo].[material]', category)" to offer the available categories. It mostly works. The problem is, when I add materials in the database (from the back end, not in my interface) with brand new categories, they never show up in the dropdown. They DO show up just below where I have search functionality.
It's got me really scratching my head as to why database changes don't reflect here. Some cache behavior? I've refreshed using Refresh() and a couple other things, but no dice.
Thanks for the help.