A
Annemarie
I'm trying to list records that appear in one table, but not the other. I'm
using the Unmatched Records option and all is well, except it's adding
records that DO appear in both tables. here's a basic setup of my tables (* =
primary key):
agent_list_table:
Agent_ID
Department
First_Name
Last_Name
*Username
Role
Email
login_table:
*ID
Department
First_Name
Last_Name
Username
Login_Time
Logout_Time
Hours_Online
I'm comparing the two tables by Username. I want to display records that
appear in the agent_list_table and NOT anywhere in the login_table.
Yes the usernames are entered identically in both tables.
No the username will not display more than once in the agent_list_table.
Basically, I'm trying to find people who didn't log in.
using the Unmatched Records option and all is well, except it's adding
records that DO appear in both tables. here's a basic setup of my tables (* =
primary key):
agent_list_table:
Agent_ID
Department
First_Name
Last_Name
*Username
Role
login_table:
*ID
Department
First_Name
Last_Name
Username
Login_Time
Logout_Time
Hours_Online
I'm comparing the two tables by Username. I want to display records that
appear in the agent_list_table and NOT anywhere in the login_table.
Yes the usernames are entered identically in both tables.
No the username will not display more than once in the agent_list_table.
Basically, I'm trying to find people who didn't log in.