Getting IP (or relevant System Info) of the user

  • Thread starter Thread starter ali
  • Start date Start date
A

ali

i'd like to have a function, to retrieve User's IP or other system information.

right now, i'm able to retrive "MachineName".

Reason: I need to make a log file, everytime when a user open my database,
their IP and systemStam will be saved as into my Sys_Log table for further
tracking.

Thanks a lot , dear expert !
 
Hi, have a look here:http://www.mvps.org/access/api/api0067.htm

--
Best regards,
___________
Alex Dybenko (MVP)http://accessblog.nethttp://www.PointLtd.com


i'd like to have a function, to retrieve User's IP or other system
information.
right now, i'm able to retrive "MachineName".
Reason: I need to make a log file, everytime when a user open my database,
their IP and systemStam will be saved as into my Sys_Log table for further
tracking.
Thanks a lot , dear expert !

actually, if you go to www.mvps.org/vbnet

Randy Birch has tons of this stuff. You just put them in modules and
call them in your forms.
 
Back
Top