J
Judy Freed
I am trying to come up with a method for automatically entering the user's
name or windows 2000/novell login on a field in a form.
I have copied the Get Login name code from www.mvps.org and copied it into a
new module. I then saved the module, naming it UserName
My problem is that I don't know what to do next. I have gone into the field
's properties and for the On Click, I have used the Expression Builder to
enter the function,so the field looks like this:
= fOSUserName ()
but the field remains blank. (I would really rather have this be invisible
to the user, like a Before Update type of thing) but will settle for On
Click if I can make it work.
Can anybody help me? I've not had any experience with modules, so I probably
have this all messed up - any and all guidance appreciated.
name or windows 2000/novell login on a field in a form.
I have copied the Get Login name code from www.mvps.org and copied it into a
new module. I then saved the module, naming it UserName
My problem is that I don't know what to do next. I have gone into the field
's properties and for the On Click, I have used the Expression Builder to
enter the function,so the field looks like this:
= fOSUserName ()
but the field remains blank. (I would really rather have this be invisible
to the user, like a Before Update type of thing) but will settle for On
Click if I can make it work.
Can anybody help me? I've not had any experience with modules, so I probably
have this all messed up - any and all guidance appreciated.