Here is a challenge for the best of you!
I have a cattery system which will be using the following tables:
tblCAT tblVisit and so on
I need to be able to check booking availibility. NOTE: THIS IS NOT THE SAME AS A HIRE-SERVICE SYSTEM. I.E. I need to be able to check the following:
1. For every day of a cat's intended visit...is there less than 40 cats @ the cattery
FOR EXAMPLE:
At the moment I can search to see how many visits will be taking place on ONE particular day. So the challenge is:
HOW CAN I REPEAT THIS QUERY TO CHECK HOW MANY VISITS ARE TAKING PLACE ON EVERY DAY OF A CATS INTENDED VISIT.
*At the moment, my querey can only search for the total number of visits taking place on one day...I need to repeat this as mentioned.
THANKS EVERYONE
I have a cattery system which will be using the following tables:
tblCAT tblVisit and so on
I need to be able to check booking availibility. NOTE: THIS IS NOT THE SAME AS A HIRE-SERVICE SYSTEM. I.E. I need to be able to check the following:
1. For every day of a cat's intended visit...is there less than 40 cats @ the cattery
FOR EXAMPLE:
At the moment I can search to see how many visits will be taking place on ONE particular day. So the challenge is:
HOW CAN I REPEAT THIS QUERY TO CHECK HOW MANY VISITS ARE TAKING PLACE ON EVERY DAY OF A CATS INTENDED VISIT.
*At the moment, my querey can only search for the total number of visits taking place on one day...I need to repeat this as mentioned.
THANKS EVERYONE
