All,
I have an asp page that loads fields from an ACCESS database into a listbox. I would like values not to repeat. Meaning instead of getting 50 southeast and 100 Northwest they would only get on southeast and one Northwest.
I have tried this:
sqlSrch.Open "Select DISTINCT From act1 where id=" &_
but the command DISTINCT only seems to work with sql databases and not with ACCESS.
Does anyone know how to do this working with an ACCESS database?
Any help will be greatly appreciated!
Daniel [sig][/sig]
I have an asp page that loads fields from an ACCESS database into a listbox. I would like values not to repeat. Meaning instead of getting 50 southeast and 100 Northwest they would only get on southeast and one Northwest.
I have tried this:
sqlSrch.Open "Select DISTINCT From act1 where id=" &_
but the command DISTINCT only seems to work with sql databases and not with ACCESS.
Does anyone know how to do this working with an ACCESS database?
Any help will be greatly appreciated!
Daniel [sig][/sig]