i know i've seen this someplace but i can't seem to find it now that i need it.
How can i create a dynamic combobox composed of the UNIQUE data in a field? For example: Field contains text data in the form of "0015" to "0095". There are 15 records with "0015", 25 records with "0035", and 3 records with "0095". Rather than display all 43 records is there a way i can filter the combobox to just display the 3 UNIQUE data in the field ("0015", "0035", and "0095").
How can i create a dynamic combobox composed of the UNIQUE data in a field? For example: Field contains text data in the form of "0015" to "0095". There are 15 records with "0015", 25 records with "0035", and 3 records with "0095". Rather than display all 43 records is there a way i can filter the combobox to just display the 3 UNIQUE data in the field ("0015", "0035", and "0095").