Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / April 2005

Tip: Looking for answers? Try searching our database.

Duplicate Labels

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
easyaccess - 29 Apr 2005 03:58 GMT
I need to know how to print multiple labels for each customer and also to
have the text fore color for certain customers = to a certain color.  I would
appreciate any help that someone may have.
John Vinson - 29 Apr 2005 07:11 GMT
>I need to know how to print multiple labels for each customer and also to
>have the text fore color for certain customers = to a certain color.  I would
>appreciate any help that someone may have.

One handy way to print a variable number of labels is to use an
auxiliary table (which actually comes in handy for several things).
Mine is named Num, with one long integer field N with records entered
for 0 through 10000 or so (more labels than you will ever want to
print).

In the Label report, include the Num table, and don't put ANY join
line. Instead put a criterion on N of

< [How many labels?]

or, if you have a field NLabels in your query indicating the number of
labels for that customer, just

< [NLabels]

For the color, I'm not certain that it works on a Report but take a
look at the "Conditional Formatting" option on the Format menu item.

                 John W. Vinson[MVP]    
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.