Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ACC2000: Watermarks Appear Once per Page Instead of Once per Label


View products that this article applies to.

This article was previously published under Q208473
Novice: Requires knowledge of the user interface on single-user computers.

This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).

↑ Back to the top


Symptoms

When you attempt to create a watermark by setting the Picture property of a mailing label report to a graphic image, the watermark appears only once on each sheet of labels instead of on each label.

↑ Back to the top


Cause

This behavior occurs because the Picture property is designed to display a graphic image in the background of a form or a report only once per page.

↑ Back to the top


Resolution

To have a watermark on each mailing label, you need to place an Image control in the Detail section of your report. To do so, follow the steps in the "Steps to Place a Watermark on Each Label" section later in this article.

↑ Back to the top


More information

Steps to Place a Watermark on Each Label

1.Start Microsoft Access and open the sample database Northwind.mdb.
2.Open the Customer Labels report in Design view.
3.On the Edit menu, click Select All, and then on the View menu, click Properties.
4.Click the Format tab, and then set the Back Style property to Transparent.
5.From the toolbox, select the Image control, and then place a one-inch square image on the label.
6.In the Insert Picture box, locate and select the following file and then click OK:
C:\Program Files\Microsoft Office\Office\Bitmaps\Styles\Globe.Wmf
7.Set the Image control's SizeMode property to Stretch.
8.On the Format menu, click Send to Back, so that the image is in the background behind the label's data.
9.Click Print Preview on the File menu.

Note the watermark on each label.

Steps to Reproduce Behavior

1.Start Microsoft Access and open the sample database Northwind.mdb.
2.Open the Customer Labels report in Design view.
3.On the Edit menu, click Select All, and then on the View menu, click Properties.
4.Click the Format tab, and set the Back Style property to Transparent.
5.Locate the Picture property, and then type the following line in the Picture property box:
C:\Program Files\Microsoft Office\Office\Bitmaps\Styles\Globe.Wmf
6.On the File menu, click Print Preview.

Note that there is only one watermark per page.

↑ Back to the top


References

For more information about the Picture property, click Microsoft Access Help on the Help menu, type picture property in the Office Assistant or the Answer Wizard, and then click Search to view the topics returned.

↑ Back to the top


Keywords: KB208473, kbprb

↑ Back to the top

Article Info
Article ID : 208473
Revision : 3
Created on : 7/16/2004
Published on : 7/16/2004
Exists online : False
Views : 325