From: iccsi on
I would like to get computer name, desktop and mydocuments folder
using VBA for my applications.

Any function available to do this task?

Your information is great appreciated,
From: Douglas J. Steele on
See http://www.mvps.org/access/api/api0009.htm at "The Access Web" for how
to get the computer name, and http://www.mvps.org/access/api/api0054.htm for
how to get the location of special folders such as Desktop and MyDocuments.

--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
(no e-mails, please!)

"iccsi" <inungh(a)gmail.com> wrote in message
news:1f867f92-f337-4844-a884-5b0b49c76a12(a)u34g2000yqu.googlegroups.com...
>I would like to get computer name, desktop and mydocuments folder
> using VBA for my applications.
>
> Any function available to do this task?
>
> Your information is great appreciated,


From: iccsi on
On Apr 7, 1:08 pm, "Douglas J. Steele"
<NOSPAM_djsteele(a)NOSPAM_gmail.com> wrote:
> Seehttp://www.mvps.org/access/api/api0009.htmat "The Access Web" for how
> to get the computer name, andhttp://www.mvps.org/access/api/api0054.htmfor
> how to get the location of special folders such as Desktop and MyDocuments.
>
> --
> Doug Steele, Microsoft Access MVPhttp://www.AccessMVP.com/DJSteele
> (no e-mails, please!)
>
> "iccsi" <inu...(a)gmail.com> wrote in message
>
> news:1f867f92-f337-4844-a884-5b0b49c76a12(a)u34g2000yqu.googlegroups.com...
>
>
>
> >I would like to get computer name, desktop and mydocuments folder
> > using VBA for my applications.
>
> > Any function available to do this task?
>
> > Your information is great appreciated,- Hide quoted text -
>
> - Show quoted text -

Thanks millions,