J
John
I have entered the formula below in an unbound text control box in my report
header to capture begin and end date for each report being printed printed .
The formula seems to work but data input boxes now appear twice each for the
begin date and end date, and everything on the report is crammed together.
How do I correct these problems. I am using an older version of Access
(ver. 7.0).
="From " & [Enter Start Date] & " to" & [Enter End Date]
header to capture begin and end date for each report being printed printed .
The formula seems to work but data input boxes now appear twice each for the
begin date and end date, and everything on the report is crammed together.
How do I correct these problems. I am using an older version of Access
(ver. 7.0).
="From " & [Enter Start Date] & " to" & [Enter End Date]