Is there a logOff comand in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
There's no LogOff command in Access.

The only way to allow another user to use the same application is to reopen
it.
 
Is there any work around thru code or an add on out there that you could
suggest.

Thanks, Robert
 
Back
Top