I have a combo box that is pulling data based on another entry on a form. The only issue is that the values that it is pulling from a table are values separated by comas, (i.e. 9.1, 9.3, 9.7)
Without redisigning my table, is there any way to populate the combo box by separting the values by on the coma?
For example if the data is: 9.1, 9.3, 9.7
I would like the combo box to provide a data selection of:
9.1
9.3
9.7
Thank you.
Start Free Trial