I am trying to create a form to find when an Employee is available or not. I have a table called projects where I have a start_date and an end_date and an Employee designated to that project. Now I want to find based on that which employee is available or not to work on a new project.
Something like where the user will input a date and after the query runs it will show a list of all the employees available for that date.