friends
i have made a small program in access 2007. i want ot logout the current user using a command button logout. i used docmd.close in event procedure. is there any other code for logging out the current user.
thenking you in advance
ramesh j
friends
i have made a small program in access 2007. i want ot logout the current user using a command button logout. i used docmd.close in event procedure. is there any other code for logging out the current user.
thenking you in advance
ramesh j
if you want to close the application you would use docmd.exit
Please describe the details. Are you trying to force users out of the application? If so, tell us why.i want ot logout the current user
Not sure what Log Out means but:
Will close Access....Code:Application.Quit
Application.Quit is the MS preferred method. It allows 3 options for saving/not saving or prompting. Docmd.Quit is a legacy method from Access 95, I think.
Agree with Orange; not enough info to provide much more advice. Poster might be asking how to do this from another db.
The more we hear silence, the more we begin to think about our value in this universe.
Paraphrase of Professor Brian Cox.