Comments
Sort by recent activity
Hi Kathi, The first dropdown would dictate the whether we wanted to know the data for departures, or returns for a certain date, fed in by another parameter date dropdown. let's say it's an Holiday Scheduler. And i want to know the Airport, Airline, departure time, passenger info etc for all holidays for a date. But depending on the first dropdown, the reports is going to give me departures for that date, or returns for that date. So the query would be Select DepartureDate From Schedule Or Select ReturnDate From Schedule Hope that makes it clearer. Thanks / comments
Hi Kathi,The first dropdown would dictate the whether we wanted to know the data for departures, or returns for a certain date, fed in by another parameter date dropdown. let's say it's an Holiday ...