I’m having a bit of trouble with my queries and filters. I have a Customers table that lists all the customers and how much they owe. I also have a Schools table that lists all the schools that the customers could be from.
I have a form that has a drop down combo box that looksup the Schools table. I want to be able to select a school from the combo box, then do a query and filter the records by the school selected. I have a query called Status Report. This queries all the customers (LastName, FirstName, SchoolName, Owe). How do I filter that query to only show me the customers that are for the school I selected, and how do I print out a report that uses that filter, too???