Connecting Tech Pros Worldwide Help | Site Map

Printing labes

 
LinkBack Thread Tools Search this Thread
  #1  
Old November 13th, 2005, 05:20 AM
FJ
Guest
 
Posts: n/a
Default Printing labes

Hi all,

I have a problem and I hope one of you can help me with it. I want to
print labels for parcel shipments. I can make the label/report etc. I
have one table with data, each record contains a.o.:
name, address, zipcode etc. and the number of parcels.

Now I want to print as many labels as there are parcels. So if the
value in parcel is 1, then I want it to print 1 label. If the value of
parcel is 3, I want it to print three labels. Etc. etc.
Does anyone have a good idea?

Best regards,
Frans-Jan


  #2  
Old November 13th, 2005, 05:20 AM
Bas Cost Budde
Guest
 
Posts: n/a
Default Re: Printing labes

FJ wrote:[color=blue]
> Hi all,
>
> I have a problem and I hope one of you can help me with it. I want to
> print labels for parcel shipments. I can make the label/report etc. I
> have one table with data, each record contains a.o.:
> name, address, zipcode etc. and the number of parcels.
>
> Now I want to print as many labels as there are parcels. So if the
> value in parcel is 1, then I want it to print 1 label. If the value of
> parcel is 3, I want it to print three labels. Etc. etc.
> Does anyone have a good idea?[/color]

Yes.

Create a number range (see the Range article on my site, subheading How
to create a range of numbers?).
Create a query based on your parcel table; add the range table/query but
do not join. Instead, apply a criteria: parcel>theNumber (the latter
being the numerical field name of my range object)

The query will produce as many records for one shipment as you have
indicated in parcel.

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
  #3  
Old November 13th, 2005, 05:20 AM
FJ
Guest
 
Posts: n/a
Default Re: Printing labes

Wow Bas!

This works perfect! I have been thinking about how to tackle this
problem for quite some time and couldn't solve it. But your solution is
brilliant...

Thanks again,
Frans-Jan

  #4  
Old November 13th, 2005, 05:20 AM
FJ
Guest
 
Posts: n/a
Default Re: Printing labes

Wow Bas!

This works perfect! I have been thinking about how to tackle this
problem for quite some time and couldn't solve it. But your solution is
brilliant...

Thanks again,
Frans-Jan

  #5  
Old November 13th, 2005, 05:20 AM
FJ
Guest
 
Posts: n/a
Default Re: Printing labes

Wow Bas!

This works perfect! I have been thinking about how to tackle this
problem for quite some time and couldn't solve it. But your solution is
brilliant...

Thanks again,
Frans-Jan

  #6  
Old November 13th, 2005, 05:20 AM
Bas Cost Budde
Guest
 
Posts: n/a
Default Re: Printing labes

FJ wrote:[color=blue]
> Wow Bas!
>
> This works perfect! I have been thinking about how to tackle this
> problem for quite some time and couldn't solve it. But your solution is
> brilliant...[/color]

Be careful that the number of parcels never exceed the highest number
returned by the number query. As now, I think it is 999; but I hope you
won't have to sticker that many parcels ;-)

--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,662 network members.