K
Ken
Hi,
I have a database to print labels and all is well with that as long as I
want to print all the labels. A page of labels is 4 wide and 10 down the
page. I also want to be able to query the database, select a label and print
a page of labels of that one item.
Problem - How do I set up the report, using the query, to print a page of
one item (40 labels) from the database or can I? If I just query the
database, all is get a single record and open the report, all is get is the
one label.
What I guess I have to do at this point is run the query, select the record
for the label and build a module to run and populate another table 40 times
with the selected record to enable the report to print a page of labels.
Question, once I run the query and the record from the main table is
selected, where is that data stored and how do I access it to provide the
module for populating the other table?
If there is a better way, I'm all for it.
Thanks and have the great day.
I have a database to print labels and all is well with that as long as I
want to print all the labels. A page of labels is 4 wide and 10 down the
page. I also want to be able to query the database, select a label and print
a page of labels of that one item.
Problem - How do I set up the report, using the query, to print a page of
one item (40 labels) from the database or can I? If I just query the
database, all is get a single record and open the report, all is get is the
one label.
What I guess I have to do at this point is run the query, select the record
for the label and build a module to run and populate another table 40 times
with the selected record to enable the report to print a page of labels.
Question, once I run the query and the record from the main table is
selected, where is that data stored and how do I access it to provide the
module for populating the other table?
If there is a better way, I'm all for it.
Thanks and have the great day.