bill crumpton Registered User. Local time Today, 00:30 Joined Apr 20, 2000 Messages 105 Sep 27, 2000 #1 Is there a way that I can have the current user shown on the form in a unbound field? If so, how? Thanks.
Is there a way that I can have the current user shown on the form in a unbound field? If so, how? Thanks.
E ekimball New member Local time Today, 00:30 Joined Sep 18, 2000 Messages 6 Sep 27, 2000 #2 If you are having the user log in to the DB security tou can get therir username with the currentuser() function. e_kimball@yahoo.com
If you are having the user log in to the DB security tou can get therir username with the currentuser() function. e_kimball@yahoo.com
bill crumpton Registered User. Local time Today, 00:30 Joined Apr 20, 2000 Messages 105 Sep 27, 2000 #3 thanks e_kimball. Worked.