Dear All,
Now, I have a mandays table, which is used to store how many days you work for a project. It contains the below fields,
- mandays_id
- mandays_year
- mandays_month
- mandays_employee
- mandays_project
- mandays
But, now I have to create a search form which is used to let the user to input their mandays. however, I would like to let them see their mandays by selecting the combo box of year, month and employee name.
Ideally, after selecting this 3 combo boxes by user, below will show a subform and have the data like a query. Could anyone let me know how I can achieve this?
Thank you for your help!!!
Now, I have a mandays table, which is used to store how many days you work for a project. It contains the below fields,
- mandays_id
- mandays_year
- mandays_month
- mandays_employee
- mandays_project
- mandays
But, now I have to create a search form which is used to let the user to input their mandays. however, I would like to let them see their mandays by selecting the combo box of year, month and employee name.
Ideally, after selecting this 3 combo boxes by user, below will show a subform and have the data like a query. Could anyone let me know how I can achieve this?
Thank you for your help!!!