|
|||||||
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
New Member
Join Date: Dec 03
Location: New Hampshire, USA
Posts: 15
![]() |
Another interesting issue. DataSets and comboboxes. Problem solved, thanks Danial
Here's the issue. I populated a combobox with a "names' column from my access database. eventually most of the names will appear more than once. How do I get the names to appear in the combobox only once? Is it possible to run a loop to populate the combobox then run another loop to make the names distinct?
Last edited by BAE; May 22nd, 2004 at 07:42 AM. |
|
|
|
|
|
#2 | |
|
Big D
Join Date: Jul 00
Location: ASP.Net Forum
Posts: 2,877
![]() |
Re: Another interesting issue. DataSets and comboboxes.
Quote:
E.g Select Distinct [Names] From MyTable Order By [Names] That will remove duplicate names.
__________________
[VBF RSS Feed] There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side. If I have been helpful, Please Rate my Post. Thanks. This post was powered by :
|
|
|
|
|
|
|
#3 |
|
New Member
Join Date: Dec 03
Location: New Hampshire, USA
Posts: 15
![]() |
Thanks Danial,
If I was a little smarter I would have just waited for my wife to get home. She's a SQL developer. I'm just learning this stuff, so that's my excuse. Anyway, Thanks Again. Have a Great Day. |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|