G
Guest
I have a between date field and I want to include all date if the parmeter is
blank. How can I do that?
blank. How can I do that?
Denise said:I have a between date field and I want to include all date if the parmeter is
blank.
Marshall Barton said:Denise said:I have a between date field and I want to include all date if the parmeter is
blank.
Check if the parameter is null, maybe something like:
Between [Enter Start Date] And [Enter Start Date]+7 OR
[Enter Start Date] Is Null
Marshall Barton said:Denise said:I have a between date field and I want to include all date if the parmeter is
blank.
Check if the parameter is null, maybe something like:
Between [Enter Start Date] And [Enter Start Date]+7 OR
[Enter Start Date] Is Null
Denise said::
I want to say [enter begin date or press enter for all]
Marshall Barton said:Denise wrote:
I have a between date field and I want to include all date if the
parmeter is
blank.
Check if the parameter is null, maybe something like:
Between [Enter Start Date] And [Enter Start Date]+7 OR
[Enter Start Date] Is Null