login screen (1 Viewer)

chrism_cfu

Registered User.
Local time
Today, 18:04
Joined
Jan 6, 2013
Messages
11
first of all i would like to thank all the community for all this knowledge that they share...
here is my problem
i attached my database.
i want after the first log in (in this step appears all the names) appears a second login. in this 2nd login i want to appear only the person that has already login in the first place.
after that i want to appear the main form and if you look in ie open events i want this person appears by default in open by column.


thanks in advanced

christos
 

NigelShaw

Registered User.
Local time
Today, 16:04
Joined
Jan 11, 2008
Messages
1,573
Hi,

this is pretty simple.

Create a global Variable-
Code:
Public strGblUser As String

set the variable upon correct login
Code:
strGblUser = Me.cboEmployee.value

Now you can call back the the user any time by calling the variable.

Simple :)


Nigel
 

chrism_cfu

Registered User.
Local time
Today, 18:04
Joined
Jan 6, 2013
Messages
11
hi Nigel , Happy new year!
could you please add your proposal in to my access data base and attached it back?
thanks a lot

+ the password in the first name (Neels) is 1 and the second name (cutaway) in data base is 2
 
Last edited:

Users who are viewing this thread

Top Bottom