|
-
Jul 1st, 2001, 12:33 AM
#8
Fanatic Member
I'm not sure of the results but try this:
SELECT DISTINCT tblStudents.LName & " " & tblStudents.FName as Name
Just replace the first part of the select statement where you are referring to the first and the last name. You might also have to change the ORDER BY to Name.
Chris
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
|