cbobox that has duplicate values?

G

Guest

Good Day,

I use a cbobox to search for specific dates within my tblorders, and it is
possible for my multiple orders to have the same date value.

Is is possible to limit my cbobox only to single date values and not their
duplicates?

Thanks,

Brook
 
D

David W

Try this, it might work for you.
Open the recordsource in the combo's property box, once open you will see a
query, right click in the table section(not on a table) and click
properties, look for unique values and change to yes.
 
G

Guest

David,

Thank you very much!!

That worked perfectly... and when I made the changes I was able to save a
"new query" that was used for the cbobox.

Thanks again,

Brook
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top