C
cabong
I have these 2 tables:
tblPayOut laid out like this (no primary keys):
Year Employee Amt
tblPayment laid out like this (primary=PmtNo):
PmtNo Year Employee Amt Paid(yes/no)
tblPayOut represents all amts that have to be paid to employees
tblPayment represents amount paid to date
I'm trying to build a query where ALL records in tlbPayOut would b
shown (showing Year and Employee fields), with a 3rd column showing th
paid(yes/no) from the tblPayment. Basically I want a list of what wa
unpaid to date based on the Paid(Yes/No).
I'm getting all kind of results beside what I want, my biggest proble
is to show all records from tblPayout eventhough there's n
corresponding payment yet.
Can any of you gurus help me?
TI
tblPayOut laid out like this (no primary keys):
Year Employee Amt
tblPayment laid out like this (primary=PmtNo):
PmtNo Year Employee Amt Paid(yes/no)
tblPayOut represents all amts that have to be paid to employees
tblPayment represents amount paid to date
I'm trying to build a query where ALL records in tlbPayOut would b
shown (showing Year and Employee fields), with a 3rd column showing th
paid(yes/no) from the tblPayment. Basically I want a list of what wa
unpaid to date based on the Paid(Yes/No).
I'm getting all kind of results beside what I want, my biggest proble
is to show all records from tblPayout eventhough there's n
corresponding payment yet.
Can any of you gurus help me?
TI