I am creating a data base for inter-company transactions between different entities in my company. I have joined all of the transactions for the entire year in a union query. I need to be able to filter multiple Entities over a range of dates to be able to generate a report for only those entities that I have selected. I have figured out the range of dates with the between function but can not seem to figure out how to get the entities filtered. Any help would be greatly appreciated