I know this must sound simple but I cant get my head around this. I am running a query that pulls information form a sales table for a specified week and matches it up with information from the staff table. this part works fine, but I want also to be able to pick another field from a "Bonus table" using the Userid as the key field and a specified week. What I am getting at the minute is a list of names and there sales of people who exist only the "Bonus Table". What I want is a list of all people and there sales along with their bonus if they have one.
i.e
ID OBS IBS Bonus
123456 1 1 245
565645 2 8 854
Simon
i.e
ID OBS IBS Bonus
123456 1 1 245
565645 2 8 854
Simon