How do I highlight my entire resume?

S

Shannon

Same as per the subject line; simply want to know how to highlight my entire
resume, is there a way to do this that doesn't take a long time?
 
J

John W. Vinson

Same as per the subject line; simply want to know how to highlight my entire
resume, is there a way to do this that doesn't take a long time?

Are you talking about doing this in a Microsoft Access(TM) database
application?

Or in a Word document?

Or on the Web?

You posted in an Access technical support newsgroup. If that's not what you
intended, please post a clearer question (indicating what you mean by
"highlight") in an appropriate newsgroup.

John W. Vinson [MVP]
 
J

James A. Fortune

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]
 
Top