Referencing A User's My Documents in VBA

J

Jeff G

All -

I'm creating a form that exports a Report to a PDF. I'd like to have it set
up in VBA so that the report would go to the current user's My Documents
folder rather than to a static folder (primarily due to multiuser problems
in Termial Services).

Is there a way to code in the My Documents reference?

Thanks.

Jeff
 
A

Albert D. Kallal

Jeff G said:
All -

I'm creating a form that exports a Report to a PDF. I'd like to have it
set up in VBA so that the report would go to the current user's My
Documents folder rather than to a static folder (primarily due to
multiuser problems in Termial Services).

Is there a way to code in the My Documents reference?

Thanks.

Jeff

Here:

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

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