473,756 Members | 2,117 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Printing sheet of labels not working

Access 97, trying to print on Avery 5260 label sheet.

I used the label wizard and told it the query to use. The results give
me what I want on the label however when I hit print or print preview,
all I see is 1 label in the upper left corner. Why isn't the entire
sheet filled with the same information as what is in the first label?

I want every label to ahve the same information in it.

Thanks

Dec 2 '05 #1
7 1669
On 2 Dec 2005 11:45:12 -0800, Bruce Lawrence wrote:
Access 97, trying to print on Avery 5260 label sheet.

I used the label wizard and told it the query to use. The results give
me what I want on the label however when I hit print or print preview,
all I see is 1 label in the upper left corner. Why isn't the entire
sheet filled with the same information as what is in the first label?

I want every label to ahve the same information in it.

Thanks


How would Access know you want a full sheet of the same label unless
you tell it?

Do an advanced search at
http://www.groups.google.com

Search for all the words
Repeat Labels
in the *access*
newsgroups.

You'll find lots of information.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
Dec 3 '05 #2
It wouldn't know unless I told it or knew how to tell it hence the
reason why I posted the issue on this group. Thanks for the link.

Dec 3 '05 #3
Ted
Another option would be to create a work table in your application
database. Run the append query X number of times, or write code to find
and append the record to your work table. Then base the label report on
the work table.
I don't know how efficient running a query X number of times would be,
but it would certainly assure you had just one name on your label for
the number of times you want it.
Let's say there are 30 labels per sheet.
I would run code similar to this to just run the query:
DoCmd.RunSQL "DELETE * FROM twrkRecordsForL abel" 'Clear the work table
of any old data
For X = 1 to 30
DoCmd.OpenQuery "qappRecordsFor Label" 'Appends the record based on
the criteria to the work table
Next X
DoCmd.OpenRepor t "rptLabels5 260" 'Print the labels

Ted

Dec 3 '05 #4
nah, there's code in Access Developer's Handbook that will print a
varying number of labels for each record. I think you need to get the
book to get it, but I've never heard of anyone saying he didn't get his
money's worth...

Dec 3 '05 #5

<pi********@hot mail.com> wrote in message
news:11******** **************@ z14g2000cwz.goo glegroups.com.. .
nah, there's code in Access Developer's Handbook that will print a
varying number of labels for each record. I think you need to get the
book to get it, but I've never heard of anyone saying he didn't get his
money's worth...


I just looked at Amazon. There are a bunch of used copies of The Access 97
Developers Handbook starting at $5.25. Most, but not all!, included the CD.
It's a superb book.

Dec 3 '05 #6
On 2 Dec 2005 11:45:12 -0800, "Bruce Lawrence" <BL*****@gmail. com> wrote:
Access 97, trying to print on Avery 5260 label sheet.

I used the label wizard and told it the query to use. The results give
me what I want on the label however when I hit print or print preview,
all I see is 1 label in the upper left corner. Why isn't the entire
sheet filled with the same information as what is in the first label?

I want every label to ahve the same information in it.

Thanks


You can used a query with a cartesian join.
Create a table (tblLabelNos) with one field (LabelNo) and add one record for each lable you want to print.
1,2,3,4.....30
Add this table to the recordsource of the report with no joins to any other table.
When the report is run, the recordsource will return one record for every record in tblLabelNo's. You can adjust how
many copies of each lable are printed by controling the number of records in tblLabelNos.
Dec 4 '05 #7
Thank you Wayne! I knew exactly what you were talking about and didn't
even think of doing it.

It works beautifully. I simply dont show the labelno field on the
report. What I'm going to do is create a module to ask the user how
many labels they need and pre-calculate the number of sheets to print.

Thanks again !

Dec 5 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3006
by: DBQueen | last post by:
I have a database which will be printing out labels for SMALL test tubes (1/4" high). We have yet to find a reasonably-priced printer (labelwriter) which can effectively print this on ROLLS of labels....due to slippage, soon you have the printout missing the label. So we are thinking that we have to use sheets of labels. HOWEVER, one job may need 15 labels, another may need 8, etc. Does anyone have a solution for how to set this up in...
3
4326
by: Grim Reaper | last post by:
I print mailing labels out of Access 2000 databases about 3 to 4 times a week. I have been having problems with one thing since I have been printing mailing labels. I print mailing labels by using a report I created and then printing them on a continuous-feed dot matrix printer. I used the Label Wizard, chose the query I created, picked the 'Avery USA 4146' (1 7/16" x 4") - 3 across, paper size: 'Fanfold 358mm x 12 in', and Printer:...
4
9338
by: Arif | last post by:
I C# code prints very slow as compared to a third party barcode printing software. That software prints approximately 10 labels in 2 seconds while my C# code prints 10 labels in 5 to 6 seconds. And this differences increases with the increase number of labels. The code is as follwods: Here rdr = OleDbDataReader Font is Times New Roman, 12pt
3
6319
by: Mika M | last post by:
Hi all! I have made an application for printing simple barcode labels using PrintDocument object, and it's working fine. Barcode printer that I use is attached to the computer, and this computer has drivers installed for this printer, and this printer is shared for the network. Question 1:
6
2219
by: MJ | last post by:
Is it possible to print varying numbers of labels from Access?
6
8668
by: Ron | last post by:
Hi, I know Access allows for easy construction of a report setup to print labels from a table/query, etc. I've done that one. It works pretty well for what I need. However, is there an example anywhere that someone can point me to that is more flexible? And, I mean flexible in this regard:
3
1262
by: ninaschadha | last post by:
I have a report which is based on a query with Customers table and Invoiceline Items table. I want to print more than one label if the number of line Items are more than 10. I need to know where to put the page break and how to count the line items. I need to know how to set the height of report. The Label sheet is a standard Avery sheet with 1" margin on the top and bottom, 1.75" Left and Right margin. There are 3 labels on each sheet...
3
1993
by: xnay | last post by:
Greetings, I'm a Draftsman / IT at a thriving custom cabinet business. We use high dollar ($600 per 1000) labels (52 per sheet) as a means of keeping track of each piece of the cabinet during construction. Our database is set up to allow a user to pull up an order, generate the parts list, and then print the labels for that order. Unfortunately, not every order uses a complete sheet of labels. In fact, it is not uncommon for an order to have...
29
15450
by: FredBear | last post by:
I am just coming to grips with php, Dreamweaver and MySQL and I want to make a facility available for the members of the group I am creating my web site for. I want them to be able to print-out a list of address labels, using standard Avery labels, on their home PC's using the data from my MySQL tables. I am not yet sufficiently au fait with php to manage to code it myself so I wondered if anybody knew of any Dreamweaver extensions, add-ins...
0
9462
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9886
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9722
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7259
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3817
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3369
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2677
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.