J
Jack
Hi,
I have user login form wherre I am captuing the userid in the following:
Me.txtDataInputEmployee = Forms!LoginForm!UserName
Now the above yields john doe (say)
I need to have only the first name.
How do I change the code to get only John. Thanks.
I have user login form wherre I am captuing the userid in the following:
Me.txtDataInputEmployee = Forms!LoginForm!UserName
Now the above yields john doe (say)
I need to have only the first name.
How do I change the code to get only John. Thanks.