J
joave
Hi:
I am attempting to reverse the name in an inner join so it correlates
properly with the other table but am having difficulty - here is my code -
research has not turned up much help:
SELECT Name
FROM Reps INNER JOIN PDTable
ON (SELECT Lcase(Right$([Name],Len([Name])-InStr(1,[Name]," ")) & ", " &
Left$([Name],InStr(1,[Name]," ")-1)) FROM Reps) Like PDTable.[Created By] &
"*";
Any help would be appreciated.
Thank you,
Dave
I am attempting to reverse the name in an inner join so it correlates
properly with the other table but am having difficulty - here is my code -
research has not turned up much help:
SELECT Name
FROM Reps INNER JOIN PDTable
ON (SELECT Lcase(Right$([Name],Len([Name])-InStr(1,[Name]," ")) & ", " &
Left$([Name],InStr(1,[Name]," ")-1)) FROM Reps) Like PDTable.[Created By] &
"*";
Any help would be appreciated.
Thank you,
Dave