hi
i have 2 tables, Q and QMS
common field's are QMS.AgentCupid and Q.Cupid
i want to list all records in QMS and also the OverallScore field in Q if there is one.
fields to view
QMS.Name , Q.OverallScore
sample output would look something similar to...
(nil entry)
(nil entry)
formatting, order etc.. isn't important as i should be ok doing this, it's just the join i can't get my head round!
any help greatly appreciated and thanks in advance
i have 2 tables, Q and QMS
common field's are QMS.AgentCupid and Q.Cupid
i want to list all records in QMS and also the OverallScore field in Q if there is one.
fields to view
QMS.Name , Q.OverallScore
sample output would look something similar to...
Code:
Name OverallScore
J B 75%
A S 80%
C J
Code:
B T
Code:
A B 42%
formatting, order etc.. isn't important as i should be ok doing this, it's just the join i can't get my head round!
any help greatly appreciated and thanks in advance