Display SQL User Name in Text Box

Edwik

Registered User.
Local time
Today, 11:00
Joined
Aug 19, 2005
Messages
40
Hi,

I have ADP project + SQL Server Express.

I need display in Form textbox User Name (with then I log into SQL Database).

Thank You in advance for answers.
 
vba.environ("username")

should get you the username
 
Thanx, but I recieve Windows username, I need Username, with them I login into SQL Database!
 

Users who are viewing this thread

Back
Top Bottom