Does anyone know how I can count date fields? Example, I have a Customers table and Reservations table. What I want to find out is how many times a customer has made reservations by counting reservation date field for each customer who showed up and also a date field for those who did not show up. When a customer shows up, a second date is field in and when they don't show up, the second date is left blank.
Thanks
Thanks