Is there a logOff comand in Access

R

RobUCSD

I want to use Allen Brown's solution for timing out an application, but I
don't want the application to quit.

Instead of this

Application.Quit acSaveYes

I want something like this

Application.CurrentUser.logOff

Is there any thing like this in VBA?

Thanks, Rob
 
D

Douglas J. Steele

There's no LogOff command in Access.

The only way to allow another user to use the same application is to reopen
it.
 
R

RobUCSD

Is there any work around thru code or an add on out there that you could
suggest.

Thanks, Robert
 
Top