fiogf49gjkf0d Hi all.
We are using SLX LAN v7.2.1
We have a table myTableA with a field "Division". I want to be able to load the distinct values in the "Division" field in myTableA in a combobox (cmbDivision). Any idea how I can do this?
I could always hard code it:
cmbDivision.Items.Add("Retail")
cmbDivision.Items.Add("Government")
etc. but I would always need to update the code whenever a new division was added to the table.
Thank you in advance. |