G
Gary McCarthy
I have a login form which captures the user name and places it into a global
string field called strUser.
What I need is for that value to be placed in a field called tbUser on each
record they enter without have to select there user name each time from, say,
a drop list.
My only idea was to set the value of tbUser with me.tbUser = strUser but I
get an error saying I can't update the object.
Any help is appreciated.
Thanks.
string field called strUser.
What I need is for that value to be placed in a field called tbUser on each
record they enter without have to select there user name each time from, say,
a drop list.
My only idea was to set the value of tbUser with me.tbUser = strUser but I
get an error saying I can't update the object.
Any help is appreciated.
Thanks.