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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top