B
Bill Stanton
I have an application wherein I need to
generate report labels that do not have
a RecordSource. Rather, via a prompt,
the user defines a range of sequence
numbers and a general module generates
the sequence with a simple function.
Example: CA-0100 to CA-0250 results
in the generation of 151 labels,
CA-0100; CA-0101;...... CA-0250
I can easily create a textbox in the report
that contains the function invocation to fill
the textbox, but I don't know how to
"signal" what would be the equivalent
of a "RecordSource EOF".
What's the appropriate technique here?
Does the report's RecordSource have to
be some sort of function that mimics
table or query records.
Thanks,
Bill
generate report labels that do not have
a RecordSource. Rather, via a prompt,
the user defines a range of sequence
numbers and a general module generates
the sequence with a simple function.
Example: CA-0100 to CA-0250 results
in the generation of 151 labels,
CA-0100; CA-0101;...... CA-0250
I can easily create a textbox in the report
that contains the function invocation to fill
the textbox, but I don't know how to
"signal" what would be the equivalent
of a "RecordSource EOF".
What's the appropriate technique here?
Does the report's RecordSource have to
be some sort of function that mimics
table or query records.
Thanks,
Bill