NMiller007
Programmer
I have a User tables that contains user information with the login name as the primary key. This is the only place I am storing the full name of users.
I have a table that contains requests. The table stores the login name for the person who made the request and also the login name for the person who approves the request.
In my query I need both names, so they can be printed on a report.
How can this be accomplished?
I have a table that contains requests. The table stores the login name for the person who made the request and also the login name for the person who approves the request.
In my query I need both names, so they can be printed on a report.
How can this be accomplished?