A
AGOKP4
hi all,
I need suggestions on how to capture/track missing data.
In my query with 3 age groups <40, 40-60 and >60, I currently have
Age Group: IIf([Age]<40,"40<",IIf([Age]>=40 And
[Age]<60,"40-60",IIf([Age]>60,"60>")))
What can I do to track missing data?
Thanks
I need suggestions on how to capture/track missing data.
In my query with 3 age groups <40, 40-60 and >60, I currently have
Age Group: IIf([Age]<40,"40<",IIf([Age]>=40 And
[Age]<60,"40-60",IIf([Age]>60,"60>")))
What can I do to track missing data?
Thanks