A
AdamY05
If I have a function in a module that generates variables and then
calls a report, can I reference those variables in the report
directly, without having to write them to a table or elsewhere first?
For instance, in a text box within the report design view, can I enter
a text box control source as: function([variablename]) ?
Basically, the purpose of the function is to scan various tables for
data problems and then keep track of occurences. Since I did wrote
that code directly in VB without using queries or SQL, i'd prefer not
to have to redo it. And the variables are already populated, so it
seems trivial to just call them into a report.
Thanks in advance.
calls a report, can I reference those variables in the report
directly, without having to write them to a table or elsewhere first?
For instance, in a text box within the report design view, can I enter
a text box control source as: function([variablename]) ?
Basically, the purpose of the function is to scan various tables for
data problems and then keep track of occurences. Since I did wrote
that code directly in VB without using queries or SQL, i'd prefer not
to have to redo it. And the variables are already populated, so it
seems trivial to just call them into a report.
Thanks in advance.