My Assistant
![]() ![]() |
|
|
Mar 2 2012, 11:03 AM
Post
#1
|
|
|
New Member Posts: 5 |
I have a table with multiple entries of the same name. How can I query the table and just list the name once?
|
|
|
|
Mar 2 2012, 11:07 AM
Post
#2
|
|
|
Access Wiki and Forums Moderator Posts: 48,059 From: SoCal, USA |
Hi,
(IMG:style_emoticons/default/welcome2UA.gif) You can try using the DISTINCT keyword in your query. For example: SELECT DISTINCT FieldName FROM TableName ORDER BY FieldName; Just my 2 cents... (IMG:style_emoticons/default/2cents.gif) |
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 23rd May 2013 - 07:50 PM |