Print Identifier

B

Bridget

I want to be able to identify either which PC or user has printed to a shared network printer, by having the identity printed at the head or foot of a page, or a separate page. I know I can do it in Word, but how about the rest of Office? With 52 users and only 3 printers in a big library it's a must! All Office products used incl Word, Excel and Access. Any ideas?
 
C

Cheryl Fischer

We do the following in Access:

1. If Access' built-in security has been implemented, the CurrentUser
method is invoked in code to return the user name.

2. If there is no implementation of Access security, then we use the code
found at the following link to return the network user id:

http://www.mvps.org/access/api/api0008.htm

3. To identify the computer, we use the code found at:

http://www.mvps.org/access/api/api0009.htm


hth,

--

Cheryl Fischer, MVP Microsoft Access



Bridget said:
I want to be able to identify either which PC or user has printed to a
shared network printer, by having the identity printed at the head or foot
of a page, or a separate page. I know I can do it in Word, but how about
the rest of Office? With 52 users and only 3 printers in a big library it's
a must! All Office products used incl Word, Excel and Access. Any ideas?
 
G

Gary Smith

Bridget said:
I want to be able to identify either which PC or user has printed to a
shared network printer, by having the identity printed at the head or foot
of a page, or a separate page. I know I can do it in Word, but how about
the rest of Office? With 52 users and only 3 printers in a big library
it's a must! All Office products used incl Word, Excel and Access. Any
ideas?

Network printers can be configured to print an identifier page at the
beginning of every job. Do it that way, and it will apply to every job
sent to that printer regardless of the generating application, even if
it's Notepad.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top