How do I pass a variable to a report text box? Specifically, I want to pass “Event1” to a textbox in the report header. It’s silly to create a separate identical report for each query. I’ve done this before, years ago, but I can’t locate an example. I read elsewhere that it has to do with the namespace used by the report writer and that I have to use a function to make this variable title visible. Without context provided by this textbox, I have no way to identify 3 identical reports produced from different data.
How do I do this? I’m stuck.