C
Cillies
Hi! I wish to have two parameters in a query,
Between[Start Date]AND[End Date]
&
[Enter Client Name]
This is no problem and works fine, each time I open the
report I fill in the parameters and recieve the required
results. The problem is;
I need to be fit to JUST select a client and leave the
date range out. This should return all info about that
Client.
And
I need to be fit to JUST select a date search which should
return all clients within the entered date range.
All I can do is select [Client]and [Date] and get the
aquired info.
So from this I tried using the OR operator with Is Null in
both parameters, but with this all I was fit to retrieve
was, all the info about the client irrelevant of the date
search.
Between[Start Date]AND[End Date]
&
[Enter Client Name]
This is no problem and works fine, each time I open the
report I fill in the parameters and recieve the required
results. The problem is;
I need to be fit to JUST select a client and leave the
date range out. This should return all info about that
Client.
And
I need to be fit to JUST select a date search which should
return all clients within the entered date range.
All I can do is select [Client]and [Date] and get the
aquired info.
So from this I tried using the OR operator with Is Null in
both parameters, but with this all I was fit to retrieve
was, all the info about the client irrelevant of the date
search.