Hi Guys (And girls)
I managed to execute a stored procedure from within a access project (Wow!!).. but how can I do something simple, lets say make a textbox filled with the username..?
I have the following SP:
CREATE PROCEDURE DBO.GEBRUIKER AS
SELECT SESSION_USER as GEBRUIKER
RETURN
How can I set in a access project a textbox to the result of this SP ??
Thanks
Richard
I managed to execute a stored procedure from within a access project (Wow!!).. but how can I do something simple, lets say make a textbox filled with the username..?
I have the following SP:
CREATE PROCEDURE DBO.GEBRUIKER AS
SELECT SESSION_USER as GEBRUIKER
RETURN
How can I set in a access project a textbox to the result of this SP ??
Thanks
Richard