Hi Jack,
I still haven't tried out the CurrentUser() function.
No time yet, and also I have to prepare for it. Last time I initiated
security I was locked out of all of my Access dbs for a couple of
days, very scary stuff.
Assuming I can get the function to work for me, would you know if I
could have my staff access the db on a server without splitting the
db?
I'd like to know if it's possible and what if anything would be the
downside to not splitting?
Thanks! Eric
On Mon, 23 Jun 2003 04:31:40 GMT, Jack MacDonald
<(E-Mail Removed)> wrote:
>Yes - that is possible. The CurrentUser() function returns the name of
>the current, logged-in Access user. Use the form's OnOpen event to
>populate a textbox with the name returned by CurrentUser().
>
>Sub Form_Open
> txtSomeTextBox.Value = CurrentUser()
>End Sub
>
>
>
>
>On Sun, 22 Jun 2003 03:35:16 GMT, (E-Mail Removed) (Eric G) wrote:
>
>>Is it possible to set up the Access/Access security
>>(UserName/Password) in such a way that when a particular form is
>>opened, the UserName that was entered to get into Access is
>>automatically entered into a control in the form?
>>
>>This is the way I currently have my .mdb file set up (without using
>>security). That is, a user logs in a user name and password on a form
>>and if the password is correct, another form opens with the user's
>>name/code entered into a control.
>>
>>If it's not possible to set up Access security in the same way that I
>>now have my user/pass functioning, can I implement Access security and
>>protect my .mdb from having two/three users logging into my main form
>>with two/three usercodes?
>>
>>I hope I've made myself clear.
>>
>> TIA Eric
>
>
>=======================================================
>Jack MacDonald
>remove UPPERCASE LETTERS from email address
>Vancouver, B.C. Canada
>Info about MSAccess user-level security
>www.geocities.com/jacksonmacd