I have a report that shows a list of room numbers and items inside those room numbers. The report now can show one room number per line with a different item on each line
Item 1 room 113
Item 2 room 113
room 113
item 3 room 113
What I want to do is find all rooms that have NO instances of items. In other words, if one record shows an item in that room, but the others don't, I don't want that one (for example using the above, room 113 shouldn't show up because there are 3 instances of items showing). I want all records with NO items in them.
Any ideas?
Thanks.
Item 1 room 113
Item 2 room 113
room 113
item 3 room 113
What I want to do is find all rooms that have NO instances of items. In other words, if one record shows an item in that room, but the others don't, I don't want that one (for example using the above, room 113 shouldn't show up because there are 3 instances of items showing). I want all records with NO items in them.
Any ideas?
Thanks.