Many thanks.. My next problem is when there are only 3 lines of address
instead of the 4 fields which I've inserted. It then distorts the next
record and/or the other part of the membership card by being a row too high.
> I am trying to print two different membership cards on one page. How do I do
> it? The cards are pre-printed with spaces for names, nos. etc. but there are
> 2 of them to a sheet. I can't tear them in half as they wont go through the
> printer consistently straight.
> I'm using Access 2003
> My next problem is when there are only 3 lines of address
> instead of the 4 fields which I've inserted.
Try one of the following:
a. use Insert|Symbol|"Special Characters" to insert an "Em space", "En
space" or "1/4 En space" character at the end of each line that could
contain a blank field. Don't use a "Non-breaking space" - it's not enough.
b. or click Tools|Customize|Commands, select catageory All Commands, then
locate MailMergeHelper in the list of commands in the right hand column and
drag it to a toolbar. Close the Customize dialog, click the icon you just
created, click the Merge.. button under "3", select the Print Blank Lines
when Data fields are Empty option, then close the dialog.
c. or if you know how to use VBA you can do the same as (b) using
Sub NoSuppressBlankLines()
ActiveDocument.MailMerge.SuppressBlankLines = False
End Sub
There are other possible ways but if none of those work, something else is
probably wrong...
Peter Jamieson
> Many thanks.. My next problem is when there are only 3 lines of address
> instead of the 4 fields which I've inserted. It then distorts the next
[quoted text clipped - 9 lines]
>> printer consistently straight.
>> I'm using Access 2003
trish morpeth - 31 Jan 2007 21:13 GMT
Thank you so much. I have successfully printed 713 membership cards and have
learned so much with you help. It's so easy when you know the answer.
Trish Morpeth
> > My next problem is when there are only 3 lines of address
> > instead of the 4 fields which I've inserted.
[quoted text clipped - 32 lines]
> >> printer consistently straight.
> >> I'm using Access 2003
> Many thanks.. My next problem is when there are only 3 lines of address
> instead of the 4 fields which I've inserted. It then distorts the next
[quoted text clipped - 5 lines]
> > printer consistently straight.
> > I'm using Access 2003