My project contains several parameters that can be used to filter the displayed appointments.
Examples are:
1. Guest Name
2. Employee Name
3. Appointment Category (Spa, Sports, etc.)
4. Location (Spa room 1, Tennis Court 1, Stable 1, etc.)
5. Appointment Type (massage, tennis, horse back riding, etc.)
I would like to provide a combobox for each parameter and allow the user to select the filters. Is there a method, similar to filtering a bindingsource?
Also, Is there any method to refresh the appointments? If computer 1 is displaying the scheduler and a new appointment is made at computer 2, I would like computer 1 to be able to click a "refresh" button and see the changes to the database.
Examples are:
1. Guest Name
2. Employee Name
3. Appointment Category (Spa, Sports, etc.)
4. Location (Spa room 1, Tennis Court 1, Stable 1, etc.)
5. Appointment Type (massage, tennis, horse back riding, etc.)
I would like to provide a combobox for each parameter and allow the user to select the filters. Is there a method, similar to filtering a bindingsource?
Also, Is there any method to refresh the appointments? If computer 1 is displaying the scheduler and a new appointment is made at computer 2, I would like computer 1 to be able to click a "refresh" button and see the changes to the database.