R
Richard Davis
I have two tables:
Table 1: Has agent information with primary Key of S/Q# and a Scheduled
number of calls.
Table 2: Has some of the same information no primary key but S/Q# can be
multiple entries and field called Calls Re-Allocated
I want to display the total from table 1 scheduled number of calls and Calls
Re-allocated if the toal is below 130
PROBLEM / ERROR: I can get the number from table 1 if the total is below
130, and when I run the query I get 36 records. But when I add table two and
join the field S/Q# I get no records.
Please help!
Table 1: Has agent information with primary Key of S/Q# and a Scheduled
number of calls.
Table 2: Has some of the same information no primary key but S/Q# can be
multiple entries and field called Calls Re-Allocated
I want to display the total from table 1 scheduled number of calls and Calls
Re-allocated if the toal is below 130
PROBLEM / ERROR: I can get the number from table 1 if the total is below
130, and when I run the query I get 36 records. But when I add table two and
join the field S/Q# I get no records.
Please help!