How do I find the IP address using MS Access?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

Can someone educate me on how to scan and retrieve the IP address of the
person who is filling out the Online form which straightly gets in to my
Access database in my web server. I have added a field in the table and had
set the right input mask and format for entering an IP address, however I
would like to know the chances of tracing the IP address automatically.

I would appreciate your help!

regards,
Ashwin
 
hi,
Can someone educate me on how to scan and retrieve the IP address of the
person who is filling out the Online form which straightly gets in to my
Access database in my web server. I have added a field in the table and had
set the right input mask and format for entering an IP address, however I
would like to know the chances of tracing the IP address automatically.
This is not really an Access problem.

You're using ASP? Take a look at the Request object,
Request.ServerVariables("REMOTE_ADDR") should give you your wanted IP.


mfG
--> stefan <--
 

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

Back
Top