D
dave b via AccessMonster.com
I'm building a filter on the On Open Event in a report. The report gets its
data from a simple query. I'm giving the user the ability to select Product
ID 3 ways: List, Range, All.
If the user selects List, the selections he makes are populated in the
ProductSelection table. I've added the ProductSelection table to the query.
Now I want to change the relationship as needed; Inner Join if the user
selects List, Left Join if the user doesn't select List.
data from a simple query. I'm giving the user the ability to select Product
ID 3 ways: List, Range, All.
If the user selects List, the selections he makes are populated in the
ProductSelection table. I've added the ProductSelection table to the query.
Now I want to change the relationship as needed; Inner Join if the user
selects List, Left Join if the user doesn't select List.