creating query that runs in a form when i enter two dates in that gives possible kennels that arn't in use for them dates.
So i have a booking form with start date of the booking and the end date of the booking, then the kennel number that booking will use. but i want the combo box where you choose which kennel to show only the ones that are avalible between the start and end dates.
how would i make a query to do this, i made one which shows me the kennels avalible for todays date using >date() and <date() but i want the query to get the two dates from that have being entered into the form and display the empty kennels for them dates.
Ty in advance.
So i have a booking form with start date of the booking and the end date of the booking, then the kennel number that booking will use. but i want the combo box where you choose which kennel to show only the ones that are avalible between the start and end dates.
how would i make a query to do this, i made one which shows me the kennels avalible for todays date using >date() and <date() but i want the query to get the two dates from that have being entered into the form and display the empty kennels for them dates.
Ty in advance.