|
-
Aug 21st, 2000, 09:16 AM
#1
Thread Starter
Member
I have an Access database with a field in called 'Category'. This field contains several records with the same value, e.g
CATEGORY
News
News
News
Games
News
Games
Games
Games
What I want to do is get a list of all the different category names using ASP. How do you do it?
-
Aug 21st, 2000, 01:00 PM
#2
Lively Member
Distinct
Try "Select Distinct Category FROM ..." in your query string. This should return 2 rows with NEWS and GAMES.
That help?
-
Aug 21st, 2000, 02:06 PM
#3
Thread Starter
Member
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|