T
TC
Frank B said:Before opening a report I want to set the contents of the
report's TAG property to either "A" or "B". When the
Report is Opened, the TAG value then can be used for a VBA
decision in the report's OnActivate event. How would I
set the TAG property before the Report is opened?
Thanks.... Frank
Why not just declare a global variable in a standard module & pass the value
through that?
HTH,
TC