Hey guys, I know very very little about Access, and what i do know I have learned from scrolling the internet. But I have finally found something that I can’t find an answer to.
I have four fields in a query:
BILLING DATE
NAME CONTROL
REPORT GROUP CODE
COST EXT (SUM)
I’m using the billing date to set a date parameter (>1/1/2015). The report group code has hundreds of different codes, but I only want them to show 11 specific ones. But I need them to show up even if the Query doesn’t return a valuThe cost ext field is a sum of the total instances of each report group code, so 0 is fine.
So the problem I have is this, I need to show all 11 instances of REPORT GROUP CODE even when there is null in all of the fields.
Thanks in advance!!!