- Joined
- Sep 20, 2012
- Messages
- 1
- Reaction score
- 0
Hello!
I have a control (cbo_projects) on a form (frm_project_list)
The control has a row source type of value list and row source of "all projects";"Pending Projects";"Validated projects"
The fields that are actually in the table are "Pending Review", "Validated", "Validated with feedback" and also null values.
If a user selects "all projects", they should get all, if they select "Validated Projects" they should get both "validated" and "validated with feedback". "Pending projects" would only pull "Pending Review" records.
The field name that contains the status is "Review_status"
Any idea of the best way to accomplish this?
Thank you!
I have a control (cbo_projects) on a form (frm_project_list)
The control has a row source type of value list and row source of "all projects";"Pending Projects";"Validated projects"
The fields that are actually in the table are "Pending Review", "Validated", "Validated with feedback" and also null values.
If a user selects "all projects", they should get all, if they select "Validated Projects" they should get both "validated" and "validated with feedback". "Pending projects" would only pull "Pending Review" records.
The field name that contains the status is "Review_status"
Any idea of the best way to accomplish this?
Thank you!