Jump to content

printing multible lables


kelbantaemi

This topic is 6598 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I can get one record to print using a variable counter within a print script, to print the required number of labels. But am having trouble tring to combine it with another one to loop through each record. Can't find the right mix.

Can someone help me out here.

Link to comment
Share on other sites

The best solution I've seen presented on these forums (can't seem to find the post right now) is to make a separate label table with only one field. That field will be a key field linking it to the table containing the label you want to print. (via the primary key of that table)

You just make a bunch of dummy records where the foreign key fields are initially empty, then your looping script goes through the records you want to use for the labels and puts the key into the number of label records you want to print. The label layout itself only shows related fields...I'll look more later for an example file if this isn't clear enough.

Link to comment
Share on other sites

This topic is 6598 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.