Hi,
I have a combo box that has a bunch of values. Some values repeat themselves. How do I hide those that are duplicates? I tried this:
"Form_ICL.Combo1.HideDuplicates"
But it gives me this error:
"Compile Error: Invalid use of property."
How do I hide the duplicate values in a combo box?
Also, when I try to make a query and create the same form using the created query, the form appears blank when I view it so I would like to do this using the tables.
Thanks in advance!
I have a combo box that has a bunch of values. Some values repeat themselves. How do I hide those that are duplicates? I tried this:
"Form_ICL.Combo1.HideDuplicates"
But it gives me this error:
"Compile Error: Invalid use of property."
How do I hide the duplicate values in a combo box?
Also, when I try to make a query and create the same form using the created query, the form appears blank when I view it so I would like to do this using the tables.
Thanks in advance!