What I have are two tables where the employee number is the primary key.
Source table is employee information, where the data goes when I have a new
employee. Destination table is where information for time and service awards
are kept. I have a form that I use to view everything, unfortunately from
the way the two tables are set up, if the source table has the employee
number and the destination table does not, it will not pull up the employee
information on the form.
Right now, the query is set up as below:
Source Table Left Joined to Destination Table
QEB:
Field: txtEmployeeNumber
Table: tblTime&ServiceAward
Sort:
Append To: txtEmployeeNumber
Criteria: Is Null
Thank you,