I think it's rather easy, but for me it's a problem at the moment:
I have a combobox, with a parameterquery I can select a name from the cbo and all actions for the person who's selected come to the report and will be printable.
The problem:
I want to make it possible to select nothing, then all actions from all persons have to come to the report.
I tried with "*" & Me![cboselected] in the criteria (query), but it doesn't work.
There must be a simple method to make this working,
Thanx in advance,
Gerard
P.S. before the report started, I asked a form and the form is bounded by the query:
I have a combobox, with a parameterquery I can select a name from the cbo and all actions for the person who's selected come to the report and will be printable.
The problem:
I want to make it possible to select nothing, then all actions from all persons have to come to the report.
I tried with "*" & Me![cboselected] in the criteria (query), but it doesn't work.
There must be a simple method to make this working,
Thanx in advance,
Gerard
P.S. before the report started, I asked a form and the form is bounded by the query: