johnisotank
Technical User
Hi, could someone point out where I am going wrong here please.
I am trying to join two tables (tblJobs and tblNotes) I want to pull in 'JobNo' field from tblJobs and 'Notes' field from tblNotes only if the tblNotes.Type='I'. They join like this..
tblJobs.Job_UniqueKey=tblNotes.UniqueRef
I have tried what I thought was a simple left join but if there is no corresponding Notes (where type is I) then it just doesn't show the JobNo from the tblJobs field.
Any ideas?
Thanks
John
I am trying to join two tables (tblJobs and tblNotes) I want to pull in 'JobNo' field from tblJobs and 'Notes' field from tblNotes only if the tblNotes.Type='I'. They join like this..
tblJobs.Job_UniqueKey=tblNotes.UniqueRef
I have tried what I thought was a simple left join but if there is no corresponding Notes (where type is I) then it just doesn't show the JobNo from the tblJobs field.
Any ideas?
Thanks
John