JokeCoat
|
| Posted: 01/11/2003, 2:23 PM |
|
Hi,
Does anybody know how I can limit a listbox to just view 1 item instead of all (the same) items?
The listbox is linked to a table which holds score records. Each record holds a date field. This field i want to use for the list box (no problem). But I only want te see one time a date and not many times the same date.
How is this done?
JokeCoat.
|
|
|
 |
JokeCoat
|
| Posted: 01/11/2003, 4:01 PM |
|
Sometimes you just won't see it. I just couldn't. Tnx Bra5il!!!
|
|
|
 |
feha
|
| Posted: 01/11/2003, 6:48 PM |
|
use command DISTINCT in Youe SQL querry ...
|
|
|
 |
|