Hi folks,
I have three tables:
ActivityCalls, UserList, and People
UserList.Userna me and ActivityCalls.U sername are 'INNER JOINED' to determine which user is attached to an activity.
What I want to do is go one step further and look up the People.PersonNa me from people.
Here's what I have so far but it doesn't seem to work... Am I on the wrong track here?
INNER...