IanMilly
Registered User.
- Local time
- Today, 22:04
- Joined
- Jun 1, 2004
- Messages
- 46
Hi
I want to have the CurrentUser being set as the default value in a textbox. the control source of the text box is called "SignedBy" , I want users to be able to change the name in the text box from that of the logged in user (as people may work in a group of 2 people when using the form or forms maybe edited in part later)
I want to place the CurrentUser function as the default value. Access won't let me do this.
I can use Environ("Username") to do this, but this records the user of the computer and not the logged on person to the database.
I am using access security to set level of user securities.
Sorry if surrentuser has been done to death -but no-one seems to want to save who the user was in any tables (in my case the field "Signedby")
Thanks
Ian
I want to have the CurrentUser being set as the default value in a textbox. the control source of the text box is called "SignedBy" , I want users to be able to change the name in the text box from that of the logged in user (as people may work in a group of 2 people when using the form or forms maybe edited in part later)
I want to place the CurrentUser function as the default value. Access won't let me do this.
I can use Environ("Username") to do this, but this records the user of the computer and not the logged on person to the database.
I am using access security to set level of user securities.
Sorry if surrentuser has been done to death -but no-one seems to want to save who the user was in any tables (in my case the field "Signedby")
Thanks
Ian