Hey Guys,
I've created a query with employees vacations with the following columns:
1) EmpID
2) Name
3) Business Area
4) leave Date
And then created a form that displays all vacations taken
And then in the form I created text boxes above each with the following names:
1) ID Filter
2) BArea Filter
What I want is to filter the form if an employee taken more than the number written in ID Filter box and when I chose a Business Area in BArea Filter Box it filters by both parameters
e.g. If I write 3 in the ID Filter I want the form to show the employees that have taken 3 or more days off
I've created a query with employees vacations with the following columns:
1) EmpID
2) Name
3) Business Area
4) leave Date
And then created a form that displays all vacations taken
And then in the form I created text boxes above each with the following names:
1) ID Filter
2) BArea Filter
What I want is to filter the form if an employee taken more than the number written in ID Filter box and when I chose a Business Area in BArea Filter Box it filters by both parameters
e.g. If I write 3 in the ID Filter I want the form to show the employees that have taken 3 or more days off
Comment