G
Guest
I have a small problem and need any advice that can be offered. I have a query that runs off of a linked table. I absolutely cannot update the linked table which is located on a server; however, I need to have the first, middle, and last names separated in the results of the query or at least sorted by last name and first name. Is there a way to separate first, middle, and last names from a query's results without doing an update query against the original linked table.
Thanks
Table - John A Smith (Input as
Query - Need to have all names sorted by last name then by first nam
For example In Linked Table Shown A
John A Smit
Mary Johnso
Carol Ann S. Brow
John B Smit
Need to be sorted a
Carol Ann S. Brow
Mary Johnso
John A Smit
John B Smith
Thanks
Table - John A Smith (Input as
Query - Need to have all names sorted by last name then by first nam
For example In Linked Table Shown A
John A Smit
Mary Johnso
Carol Ann S. Brow
John B Smit
Need to be sorted a
Carol Ann S. Brow
Mary Johnso
John A Smit
John B Smith