Poindexter
Registered User.
- Local time
- Yesterday, 22:37
- Joined
- Nov 14, 2008
- Messages
- 14
I would like to run a query that will report the ridership on certain bus routes in a single day. I have tables with the boardings and alightings for all buses under various situations. However, not all of the bus routes that I am interested in are present is in each situation (table). So when I run a query to see how many riders are on the selected routes it only returns the routes that are in all of the tables. Is there a way that I can have a query return the ridership for the bus routes I care about for the tables where there is data and than report a blank (or something else other than a number) for the tables where the route is not present?