C
Chuck W
I have a table with 6000 records called tblDevice that has fields such as
DRDate, Division, Device1, Device2, Device3, Device4 and Device5. Device1
through Device5 are formatted as Yes/No. I want to create a query (or
queries) that will sum the total yes answers for Device2 through Device5 with
the name OtherDevices and compare this to Device1 without doing a crosstab.
So my query would have Devision, Device1 and OtherDevices. There are five
divisions. So my results would be like this:
Division Device1 OtherDevices
ICU 18 28
Neuro 10 25
WP 8 2
Rehab 4 0
ED 23 18
Thanks,
DRDate, Division, Device1, Device2, Device3, Device4 and Device5. Device1
through Device5 are formatted as Yes/No. I want to create a query (or
queries) that will sum the total yes answers for Device2 through Device5 with
the name OtherDevices and compare this to Device1 without doing a crosstab.
So my query would have Devision, Device1 and OtherDevices. There are five
divisions. So my results would be like this:
Division Device1 OtherDevices
ICU 18 28
Neuro 10 25
WP 8 2
Rehab 4 0
ED 23 18
Thanks,