Oct 20, 2003 #1 stfarm Programmer May 31, 2001 179 CA Could somebody please point me to a simple login form, that remembers the userid, and inserts it into the table when a record is updated or added? I am sure somebody already has done that. Any help is appreciated. Steve
Could somebody please point me to a simple login form, that remembers the userid, and inserts it into the table when a record is updated or added? I am sure somebody already has done that. Any help is appreciated. Steve
Oct 20, 2003 #2 PassingBy MIS Jun 6, 2002 64 EU I use the Environ ("username" function extensively both within forms/code and default field values within tables This to me is one of the most useful functions I have come across. We are using NT4 and Citrix client server for logon, basically it picks up the network login name from that. Try it and see if it works for you. PassingBy Upvote 0 Downvote
I use the Environ ("username" function extensively both within forms/code and default field values within tables This to me is one of the most useful functions I have come across. We are using NT4 and Citrix client server for logon, basically it picks up the network login name from that. Try it and see if it works for you. PassingBy
Oct 20, 2003 Thread starter #3 stfarm Programmer May 31, 2001 179 CA I was thinking about that. But the users are on a 'public machine'. I need to be able to capture who's on the DB. Any ideas? Steve Upvote 0 Downvote
I was thinking about that. But the users are on a 'public machine'. I need to be able to capture who's on the DB. Any ideas? Steve
Oct 28, 2003 #4 pouggy Programmer Jan 30, 2003 8 GB Get the utility from Microsoft called ldbview.exe. This will show you who HAS and IS logged into your db. The code is also published. Upvote 0 Downvote
Get the utility from Microsoft called ldbview.exe. This will show you who HAS and IS logged into your db. The code is also published.