I would like to restrict the choices from a drop down menu to 3 choices.
Currently I have 5 choices:
- In Progress
- Pending
- Finished
- Approved (it's not to appear)
- In Revision (it's not to appear)
Does anyone know how to do this?
I have tried: Filter(Choices(MyDataSource.Status),Value="In Progress" and "Pending" and "Finished") and sooo many ways
but it doesn't work I'M FREAKING OUT
Thanks