G
Guest
Ok, I need some help on this one. I am sure it can be done, but I am not sure
where to start. I would like to create a single report template and then
depending on which query is run, output to the results to the report template.
So for example, I have a report with 4 unbound fields, how do I "connect"
the results from the query to the unbound text boxes. Likewise, for the title
of the report, how do I put a string variable into an unbound text box. The
commands I used for forms do not seem to be working (eg)
dim n1 as string
n1= "Title of the report"
Reports!Report1!text1=n1 '(where text1 is the unbound textbox in the report)
thanks in advance for any thoughts.
Rgs
JMG
where to start. I would like to create a single report template and then
depending on which query is run, output to the results to the report template.
So for example, I have a report with 4 unbound fields, how do I "connect"
the results from the query to the unbound text boxes. Likewise, for the title
of the report, how do I put a string variable into an unbound text box. The
commands I used for forms do not seem to be working (eg)
dim n1 as string
n1= "Title of the report"
Reports!Report1!text1=n1 '(where text1 is the unbound textbox in the report)
thanks in advance for any thoughts.
Rgs
JMG