View Full Version : combo repeats values


Muneer
02-24-2001, 09:14 PM
Hello
I have a combo box in my form that get it's value directly from one table, when I open it it show hundreds of choices that is just a repeat of the list, How can I stop this
Thanks

Rich
02-24-2001, 09:54 PM
Use the query builder and select unique records.
HTH