jayclifford
Registered User.
- Local time
- Today, 00:57
- Joined
- Jul 23, 2013
- Messages
- 16
OK, here's the deal. I have a form based on a query based on a table. In the table I have 2 fields "LAST_NAME" and "FIRST_NAME". In the query I have both fields with a field that concatenates (may be misspelled) the 2 fields FULL_NAME: [LAST_NAME] & ", " & [FIRST_NAME]. In the form I use this field so that I can see last name 1st, first name last. I have the query set to sort (ascending) the "LAST_NAME" field so that the form shows it by alpha last name. Now what I want to do is manipulate the query in VBA so that I can change the sorting to "FIRST_NAME". I have been working about 12 hours and have been all over the internet. As MS Access is extremely versatile in programing, surly there is a way to do this? Help!:banghead: