G
Galco
Would like to have a form with dropdown lists where people can choose their
query selection criteria where if no specific value chosen then looks for all
values or preferably add to the dropdown query list a value of "All"
Have tried:
IIf([forms]![Areas]![Area]="All",Like "*",[forms]![Areas]![Area]")
IIf([forms]![Areas]![Person]="All",Like "*",[forms]![Areas]![Person]")
query selection criteria where if no specific value chosen then looks for all
values or preferably add to the dropdown query list a value of "All"
Have tried:
IIf([forms]![Areas]![Area]="All",Like "*",[forms]![Areas]![Area]")
IIf([forms]![Areas]![Person]="All",Like "*",[forms]![Areas]![Person]")