T
TotallyConfused
I have a parameter form that prompts for dates to be viewed on report. These
dates are a Start Date and an End Date. On the report the control source
reads like this: control source =[StartDate] & " and " & [EndDate] & "."
This works fine. Except for when there is no date to enter. I get a blank
date field which is fine but I get the " and ". How can I get the "and" not
to print if there is no date? Thank you for any help you can provide.
dates are a Start Date and an End Date. On the report the control source
reads like this: control source =[StartDate] & " and " & [EndDate] & "."
This works fine. Except for when there is no date to enter. I get a blank
date field which is fine but I get the " and ". How can I get the "and" not
to print if there is no date? Thank you for any help you can provide.