I have two reports that are fairly similar. In both I used
Me!txtMyCaption = strLocation & "'s " & "Priority Report as of " & Date
(same name in both reports)
It works fine in one report but not the other. In the one that doesn't work, it prints all the text you see above except the date. I am setting this on the Activate Event in both.
Now() works fine in both
Confused,
-Stoss
Me!txtMyCaption = strLocation & "'s " & "Priority Report as of " & Date
(same name in both reports)
It works fine in one report but not the other. In the one that doesn't work, it prints all the text you see above except the date. I am setting this on the Activate Event in both.
Now() works fine in both
Confused,
-Stoss