I have two tables (again) - CUSTOMER and SLSREP
The fields are:
CUSTOMER (Cus_Name, Slsr_Number, Curr_Balance ...)
SLSREP (Slsr_Number, Slsr_Name ...)
The question is:
Find the total of the current balances for sales representatives with at least three customers - the sales representative's name and number must also be in the result.
Thanx in advance.
The fields are:
CUSTOMER (Cus_Name, Slsr_Number, Curr_Balance ...)
SLSREP (Slsr_Number, Slsr_Name ...)
The question is:
Find the total of the current balances for sales representatives with at least three customers - the sales representative's name and number must also be in the result.
Thanx in advance.