473,395 Members | 1,466 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Labels 11 Vertical Issue

Hi:

I have a user who has labels that are set up 3 across and 11 vertical (which is unusual at
best), and he wants me to print names and addresses on them. I have already set up for
labels 10 vertical and 3 across (Avery 5160)which are another standard the user has, but
can't find any in the setup for labels that show 11 vertical. I am therefore using the
Avery 5160 as a start, and modifying the top and bottom margins (the margins on the 11
vertical are .079 at the top and bottom). Using the "Page Setup" for the labels I have
reduced the top margin to .079, but the BOTTOM margin refuses to accept .079 and reverts
to 0.46 all the time. Does anyone have a suggestion as to how I can either: (a) reduce the
bottom margin to 0.079 OR (b) get 11 vertical by some other means?

Thanks in advance
John Baker
Nov 13 '05 #1
10 2910
Most printers have a limitation as to how small the margin can be. You may
have to use a different printer in order to be able to reduce the margin
sufficiently.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"John Baker" <Ba******@Verizon.net> wrote in message
news:lm********************************@4ax.com...
Hi:

I have a user who has labels that are set up 3 across and 11 vertical (which is unusual at best), and he wants me to print names and addresses on them. I have already set up for labels 10 vertical and 3 across (Avery 5160)which are another standard the user has, but can't find any in the setup for labels that show 11 vertical. I am therefore using the Avery 5160 as a start, and modifying the top and bottom margins (the margins on the 11 vertical are .079 at the top and bottom). Using the "Page Setup" for the labels I have reduced the top margin to .079, but the BOTTOM margin refuses to accept ..079 and reverts to 0.46 all the time. Does anyone have a suggestion as to how I can either: (a) reduce the bottom margin to 0.079 OR (b) get 11 vertical by some other means?

Thanks in advance
John Baker

Nov 13 '05 #2
Doug:
How do I find out for an HP 932C?

Best

John baker

"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote:
Most printers have a limitation as to how small the margin can be. You may
have to use a different printer in order to be able to reduce the margin
sufficiently.


Nov 13 '05 #3
Doug:

I should have mentioned at the outset that I have an application I wrote using Lotus
Approach which is set up to print the 11 down labels, and does so successfully. I am
rewriting that applications (from scratch) for Access. Hence, I don't think its the
printer defaults, since I am using the same printer with both applications.

Best

John

"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote:
Most printers have a limitation as to how small the margin can be. You may
have to use a different printer in order to be able to reduce the margin
sufficiently.


Nov 13 '05 #4
Sorry: no other ideas.
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"John Baker" <Ba******@Verizon.net> wrote in message
news:f7********************************@4ax.com...
Doug:

I should have mentioned at the outset that I have an application I wrote using Lotus Approach which is set up to print the 11 down labels, and does so successfully. I am rewriting that applications (from scratch) for Access. Hence, I don't think its the printer defaults, since I am using the same printer with both applications.
Best

John

"Douglas J. Steele" <NOSPAM_djsteele@NOSPAM_canada.com> wrote:
Most printers have a limitation as to how small the margin can be. You mayhave to use a different printer in order to be able to reduce the margin
sufficiently.

Nov 13 '05 #5
"John Baker" <Ba******@Verizon.net> wrote in message
news:lt********************************@4ax.com...
Doug:
How do I find out for an HP 932C?


Change the margin to zero and then tab out. It will automatically change to the
minimum value allowed.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #6
Try this

Forget Access. Go to Control Panel ->Printers, Select your
printer ->Properties ->Printing Defaults ->Printing Defaults and select
Custom Paper.
Define that as the correct size for your 33 labels. (You may have to lie a
bit to accommodate the margins)

Then back to Access. Make sure that there are no Headers of footers and set
the address details on the Detail Section of the report. Ensure that
everything is Sized to Grid & aligned to Grid and that there are no
overlapping controls. The ControlSource of each control should have
=Trim(ControlName) e.g. the ControlSource of a City would be =Trim(City).
The Name of the Control must NOT be City use something like TCity
All controls must have Can Shrink & Can Grow set to yes and the same for the
Detail Section
The Detail Section vertical size is the same as the label + the separator
from the next label
The Detail Section horizontal size is the same as the label.
You can then play with the page setup using the Custom Paper as your paper.
You want 3 columns and the margins and separation as per your sheet of
labels

HTH

Phil

"John Baker" <Ba******@Verizon.net> wrote in message
news:lm********************************@4ax.com...
Hi:

I have a user who has labels that are set up 3 across and 11 vertical
(which is unusual at
best), and he wants me to print names and addresses on them. I have
already set up for
labels 10 vertical and 3 across (Avery 5160)which are another standard the
user has, but
can't find any in the setup for labels that show 11 vertical. I am
therefore using the
Avery 5160 as a start, and modifying the top and bottom margins (the
margins on the 11
vertical are .079 at the top and bottom). Using the "Page Setup" for the
labels I have
reduced the top margin to .079, but the BOTTOM margin refuses to accept
.079 and reverts
to 0.46 all the time. Does anyone have a suggestion as to how I can
either: (a) reduce the
bottom margin to 0.079 OR (b) get 11 vertical by some other means?

Thanks in advance
John Baker

Nov 13 '05 #7
Phil:

Thanks for your response. Just one question: if I change the Default for the printer wont
it mess up all the other things I print.?

Best

John

"Phil Stanton" <di********@stantonfamily.co.uk> wrote:
Try this

Forget Access. Go to Control Panel ->Printers, Select your
printer ->Properties ->Printing Defaults ->Printing Defaults and select
Custom Paper.
Define that as the correct size for your 33 labels. (You may have to lie a
bit to accommodate the margins)

Then back to Access. Make sure that there are no Headers of footers and set
the address details on the Detail Section of the report. Ensure that
everything is Sized to Grid & aligned to Grid and that there are no
overlapping controls. The ControlSource of each control should have
=Trim(ControlName) e.g. the ControlSource of a City would be =Trim(City).
The Name of the Control must NOT be City use something like TCity
All controls must have Can Shrink & Can Grow set to yes and the same for the
Detail Section
The Detail Section vertical size is the same as the label + the separator
from the next label
The Detail Section horizontal size is the same as the label.
You can then play with the page setup using the Custom Paper as your paper.
You want 3 columns and the margins and separation as per your sheet of
labels

HTH

Phil

"John Baker" <Ba******@Verizon.net> wrote in message
news:lm********************************@4ax.com.. .
Hi:

I have a user who has labels that are set up 3 across and 11 vertical
(which is unusual at
best), and he wants me to print names and addresses on them. I have
already set up for
labels 10 vertical and 3 across (Avery 5160)which are another standard the
user has, but
can't find any in the setup for labels that show 11 vertical. I am
therefore using the
Avery 5160 as a start, and modifying the top and bottom margins (the
margins on the 11
vertical are .079 at the top and bottom). Using the "Page Setup" for the
labels I have
reduced the top margin to .079, but the BOTTOM margin refuses to accept
.079 and reverts
to 0.46 all the time. Does anyone have a suggestion as to how I can
either: (a) reduce the
bottom margin to 0.079 OR (b) get 11 vertical by some other means?

Thanks in advance
John Baker


Nov 13 '05 #8
Rick:

In the page setup control it wont accept zero or aything lower than .46". I am not quite
clear how I execute your suggestion.

Best

John

"Rick Brandt" <ri*********@hotmail.com> wrote:
"John Baker" <Ba******@Verizon.net> wrote in message
news:lt********************************@4ax.com.. .
Doug:
How do I find out for an HP 932C?


Change the margin to zero and then tab out. It will automatically change to the
minimum value allowed.


Nov 13 '05 #9
Can you create another Printer definition strictly for the new paper size?

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"John Baker" <Ba******@Verizon.net> wrote in message
news:70********************************@4ax.com...
Phil:

Thanks for your response. Just one question: if I change the Default for the printer wont it mess up all the other things I print.?

Best

John

"Phil Stanton" <di********@stantonfamily.co.uk> wrote:
Try this

Forget Access. Go to Control Panel ->Printers, Select your
printer ->Properties ->Printing Defaults ->Printing Defaults and select
Custom Paper.
Define that as the correct size for your 33 labels. (You may have to lie abit to accommodate the margins)

Then back to Access. Make sure that there are no Headers of footers and setthe address details on the Detail Section of the report. Ensure that
everything is Sized to Grid & aligned to Grid and that there are no
overlapping controls. The ControlSource of each control should have
=Trim(ControlName) e.g. the ControlSource of a City would be =Trim(City).
The Name of the Control must NOT be City use something like TCity
All controls must have Can Shrink & Can Grow set to yes and the same for theDetail Section
The Detail Section vertical size is the same as the label + the separator
from the next label
The Detail Section horizontal size is the same as the label.
You can then play with the page setup using the Custom Paper as your paper.You want 3 columns and the margins and separation as per your sheet of
labels

HTH

Phil

"John Baker" <Ba******@Verizon.net> wrote in message
news:lm********************************@4ax.com.. .
Hi:

I have a user who has labels that are set up 3 across and 11 vertical
(which is unusual at
best), and he wants me to print names and addresses on them. I have
already set up for
labels 10 vertical and 3 across (Avery 5160)which are another standard the user has, but
can't find any in the setup for labels that show 11 vertical. I am
therefore using the
Avery 5160 as a start, and modifying the top and bottom margins (the
margins on the 11
vertical are .079 at the top and bottom). Using the "Page Setup" for the labels I have
reduced the top margin to .079, but the BOTTOM margin refuses to accept
.079 and reverts
to 0.46 all the time. Does anyone have a suggestion as to how I can
either: (a) reduce the
bottom margin to 0.079 OR (b) get 11 vertical by some other means?

Thanks in advance
John Baker

Nov 13 '05 #10
It only affects custom size paper.
Do you use Custom size paper for anything else, if so you may be able to set
up a second printer for the HP 932C, but call it by another name.

Phil

"John Baker" <Ba******@Verizon.net> wrote in message
news:70********************************@4ax.com...
Phil:

Thanks for your response. Just one question: if I change the Default for
the printer wont
it mess up all the other things I print.?

Best

John

"Phil Stanton" <di********@stantonfamily.co.uk> wrote:
Try this

Forget Access. Go to Control Panel ->Printers, Select your
printer ->Properties ->Printing Defaults ->Printing Defaults and select
Custom Paper.
Define that as the correct size for your 33 labels. (You may have to lie a
bit to accommodate the margins)

Then back to Access. Make sure that there are no Headers of footers and
set
the address details on the Detail Section of the report. Ensure that
everything is Sized to Grid & aligned to Grid and that there are no
overlapping controls. The ControlSource of each control should have
=Trim(ControlName) e.g. the ControlSource of a City would be =Trim(City).
The Name of the Control must NOT be City use something like TCity
All controls must have Can Shrink & Can Grow set to yes and the same for
the
Detail Section
The Detail Section vertical size is the same as the label + the separator
from the next label
The Detail Section horizontal size is the same as the label.
You can then play with the page setup using the Custom Paper as your
paper.
You want 3 columns and the margins and separation as per your sheet of
labels

HTH

Phil

"John Baker" <Ba******@Verizon.net> wrote in message
news:lm********************************@4ax.com. ..
Hi:

I have a user who has labels that are set up 3 across and 11 vertical
(which is unusual at
best), and he wants me to print names and addresses on them. I have
already set up for
labels 10 vertical and 3 across (Avery 5160)which are another standard
the
user has, but
can't find any in the setup for labels that show 11 vertical. I am
therefore using the
Avery 5160 as a start, and modifying the top and bottom margins (the
margins on the 11
vertical are .079 at the top and bottom). Using the "Page Setup" for
the
labels I have
reduced the top margin to .079, but the BOTTOM margin refuses to accept
.079 and reverts
to 0.46 all the time. Does anyone have a suggestion as to how I can
either: (a) reduce the
bottom margin to 0.079 OR (b) get 11 vertical by some other means?

Thanks in advance
John Baker

Nov 13 '05 #11

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

Similar topics

3
by: kAldam | last post by:
I am currently using IE 6.0 and 5.5 and the scenario is the following. I have a span that contains text, and the span is beign contained by a table cell (this is the way thing need to be in my...
3
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...
2
by: Mikey | last post by:
Sample VB .NET source code to create mailing labels or customized letters using MS Word MailMerge This VB .NET source code will start MS Word and call methods and set properties in MS Word to...
0
by: Kevin Hodgson | last post by:
I'm trying to add functionality to a VB.NET App to allow users to print labels. I'd have a collection of label types, which includes such properties as label height and width, top and side...
1
by: PaulB | last post by:
In my application, I have many forms. Some of these forms contains some labels, which are placed in the header section, and act as a column header. Because of the available space, the orientation...
3
by: Gary | last post by:
I have a bunch of labels, and want to put in some container, which should be: 1. The number of labels for each column is fixed, say 16/row. And the number of currently displaying rows is fixed,...
12
by: slartybartfast | last post by:
I'm new(ish) to css, comfortable using tables, but trying real hard to move away. Please see http://84.9.125.31/developer/css_test/test5.html NB This issue is with IE & Opera - I've tried IE...
0
by: sudhaMurugesan | last post by:
I created a line graph. I found that X-axis labels direction are horizontally. So for long labels, it show two lines of label alternatively. When I put many labels in x-axis, it changes to...
0
by: dbsog7777 | last post by:
I was trying to use the sample code below, but I encountered two errors: Application.DoEvents() and AutoText(entry). I am not sure how to correct the errors. I trying to use the sample code to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.