Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Who and where opened the database?

Status
Not open for further replies.

nagyf

Programmer
May 9, 2001
74
HU
Gentle List Members:

I want to log who and where opened the database.
We have a network SERVER,PC1 ... PC5.
Which is the object and the property containing
1) the identifier of the current computer,
2) the Windows NT user and domain name,
3) the workgroup filename,
4) the user name of the workgroup?

I have a workaround to question 1):
Shell "vol C:>vol.tmp"
Open "vol.tmp" For Input As #1"
Input#1,Vol1
Input#1,Vol2
Close#1

This way I can read the volume label.

Regards Ferenc Nagy
|\ /~ ~~|~~~ nagyf@alpha0.iki.kfki.hu Fax: (36-1)-392-2529 New!
| \ | | Institute of Isotope and Surface Chemistry
| \ | -+- 1525 Bp. POB 77. Tel. :(36-1)-392-2550
| \| | `-' ' `-' "The goal of the life is the struggle itself"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top