R
Randy
I work in a shop that develops two applications. We use the same SQL Server
2k dB, and share a common table named Logins. When the C# application opens
up it updates this table with things like ... IP Address. When our Access
application opens, the users must login, and we post to the same Logins
table. We never post the IP Address though. We were just talking about
some changes that we were going to make to the Access application and we
were wondering if there was an easy way to pull the current IP Address like
there is in C# (Environment.IPAddess).
Thanks,
Randy
2k dB, and share a common table named Logins. When the C# application opens
up it updates this table with things like ... IP Address. When our Access
application opens, the users must login, and we post to the same Logins
table. We never post the IP Address though. We were just talking about
some changes that we were going to make to the Access application and we
were wondering if there was an easy way to pull the current IP Address like
there is in C# (Environment.IPAddess).
Thanks,
Randy