billcute,
"How can I programatically print this water mark unto the pre-printed form when user clicks a cmdDraft button."
Preprinted Access "Report" or preprinted Access "Form", or is this a preprinted "Paper Form".
For example If they have a 4 page "Preprinted Report", you want to be able to load the preprinted pages back into the printer and print the word "DRAFT" on each sheet?
Main Topics
Browse All Topics





by: boag2000Posted on 2008-09-06 at 20:32:32ID: 22410036
billcute,
m/en-us/ac cess/HA011 472041033. aspx
m/en-us/ac cess/HA011 472041033. aspx)
Here is a pretty good MS link on the subject:
It is a rather long article, because the actual MS link does not provide a hyperlink to jump to the specific section, I will post it here with the link for reference:
http://office.microsoft.co
Add a logo or background image (a watermark) to a form or report
When you add a background image or watermark, the other controls on your form sit on top of the image. For an example of a background image on a form, start the Northwind Traders sample database and open the Customers form.
Open the form or report that you want to change in Design view.
How?
In the Database window, select the form or report to which you want to add a background image, and then click Design . Access opens the form or report in Design view.
Double-click the form selector or the report selector to open the property sheet for the form or report.
On the Format tab, in the Picture property box, click the Build button and use the Insert Picture dialog box to locate your image.
In the PictureType property box, specify whether you want to embed the image or link to the image.
After you add the image to the form, click the SizeMode property and select one of the following values. Setting Description
Clip Displays the picture at actual size. If the picture is larger than your form window, Access cuts off the image.
Stretch Sizes the picture to fit the form window. This setting may distort the image.
Zoom Maintains the correct proportionality of the image regardless of how you size the from. This setting won't clip the picture or distort its proportions.
Note If you need help with a property, select that property and press F1.
If you want to change the alignment of the picture, click one of the settings in the PictureAlignment property box.
Note If you want to center the background picture on a form or report, and you want the background picture to resize when you size the form or report window, click the Center setting. If you don't want the background picture to resize when you size the window, click the Form Center setting.
If you want to tile (repeat) the picture across the background of the form or report, set the PictureTiling property to Yes, and set the SizeMode property to Clip. Tiling starts at the position that is specified for the PictureAlignment property.
Note The background picture will not tile if you set the SizeMode property to Zoom or Stretch.
(Again, this text was copied directly from here:
http://office.microsoft.co
JeffCoachman