RonPaii
New member
- Local time
- Yesterday, 20:53
- Joined
- Jul 16, 2025
- Messages
- 22
There is no reason to store the data as a delimited list. Store it normalized and display it as delimited text. I started with MajP's sample db and replace the list with a treeview control. The sample form has 2 "MVF", controls displaying the selections as a list and the other fill's the combo box value with delimited list. The user selections tables differ only in name. I am still working on positioning and sizing.