Is there a way to restrict a user from only choosing a specific value but being able to view the same value for all entries.
Example: Have a table that has seller state and customer state. If I create a query where the user chooses a seller state or a customer state, I want to restrict the user to choose only 1 state. But in the output I want to allow the user to view all states.
Restrict seller state = to Ohio or restrict customer state = to Ohio when using as a condition. On output if seller state is used as a condition, view all customer states that are applicable not just Ohio or vice versa.
Thanks for any assistance.
Example: Have a table that has seller state and customer state. If I create a query where the user chooses a seller state or a customer state, I want to restrict the user to choose only 1 state. But in the output I want to allow the user to view all states.
Restrict seller state = to Ohio or restrict customer state = to Ohio when using as a condition. On output if seller state is used as a condition, view all customer states that are applicable not just Ohio or vice versa.
Thanks for any assistance.