James said:
There's actually a way to do this using Access. See:
http://groups.google.com/group/comp.databases.ms-access/browse_frm/thread/62f56b4d96ab9a82
View the Quote Letter Layout. Adjust the RGB color values to what you
need and remove the text.
James A. Fortune
[email protected]
I should clarify further. You only need the first seven lines of
tblQuoteLetterLayout. The RGB values are from 0 to 1 so take the normal
values of the color you want and divide each RGB value by 255 to get the
RGB values set up the way you need. The numbers for the rectangle are
in points (72 per inch) with the origin in the lower left corner of the
page, x right, y up. The first two point values are the X and Y
coordinates of the lower left corner. The other two values are the
width and height respectively of the rectange relative to the lower left
corner coordinates.
James A. Fortune
[email protected]