B
bobby
i have a table with transaction information. i also have a
table with account rep information. not all transactions
get credited to an account rep. they will get credited if
the transaction occurs in a coverage area for the rep.
this coverage area info is contained in the acct rep
table. i am able to use a query to attach the acct rep
info from the one table to the transaction info from
another table through an INNER JOIN, however i am not able
to then retrieve the balance of the transaction info
(which should exclude the transactions returned in the
query through the INNER JOIN). any help appreciated as i
am new at this. thanks.
table with account rep information. not all transactions
get credited to an account rep. they will get credited if
the transaction occurs in a coverage area for the rep.
this coverage area info is contained in the acct rep
table. i am able to use a query to attach the acct rep
info from the one table to the transaction info from
another table through an INNER JOIN, however i am not able
to then retrieve the balance of the transaction info
(which should exclude the transactions returned in the
query through the INNER JOIN). any help appreciated as i
am new at this. thanks.