E Edwik Registered User. Local time Today, 11:00 Joined Aug 19, 2005 Messages 40 Sep 27, 2006 #1 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.
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.
G grnzbra Registered User. Local time Today, 09:00 Joined Dec 5, 2001 Messages 376 Sep 28, 2006 #2 vba.environ("username") should get you the username
E Edwik Registered User. Local time Today, 11:00 Joined Aug 19, 2005 Messages 40 Sep 29, 2006 #3 Thanx, but I recieve Windows username, I need Username, with them I login into SQL Database!