MARYADVANCE
New member
- Local time
- Today, 21:23
- Joined
- Mar 2, 2000
- Messages
- 5
I have a ODBC table that has customers in it. The name field is like this "Doe, John"
I want to know if there is a way I can put the first name "John" before the last name "Doe" when it is displayed on the report. Could I use the function =Left([Name],?) and some how make it select the text up until the comma and make that [Last Name] and then use =Right([Name],?) and select all text back to the comma and make that [First Name] and then combine the two field on my report. I think this could work but don't know how.
Please Help
Thank You
Mary
I want to know if there is a way I can put the first name "John" before the last name "Doe" when it is displayed on the report. Could I use the function =Left([Name],?) and some how make it select the text up until the comma and make that [Last Name] and then use =Right([Name],?) and select all text back to the comma and make that [First Name] and then combine the two field on my report. I think this could work but don't know how.
Please Help
Thank You
Mary