I'm new with the term of Coalesce, but I am wanting to include all the values from the left table even if they are null. Does access support this "Coalesce"
What I'm doing is taking a facility table that lists all of the facility IDs. I am then linking it to a Monthly table that gives counts for each facility for that month.
I would like to use the facility table as my base table. So far example, if in my base table I have fac_id 200 and for the the month of January in my monthly table there are none for fac_id 200 I would like for it to display FAC_ID 200 0 (I want it to display zero for that facility)
Any help would be much appreciated.
Thanks in advance,
Kacy
________
WENDIE 99
What I'm doing is taking a facility table that lists all of the facility IDs. I am then linking it to a Monthly table that gives counts for each facility for that month.
I would like to use the facility table as my base table. So far example, if in my base table I have fac_id 200 and for the the month of January in my monthly table there are none for fac_id 200 I would like for it to display FAC_ID 200 0 (I want it to display zero for that facility)
Any help would be much appreciated.
Thanks in advance,
Kacy
________
WENDIE 99
Last edited: