Log off with out restart of acccess

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

Guest

is there a way to log off a user from an ADP so that another user can log on,
without having to close down access?
 
I haven't tried it myself, but you can give it a shot:

Use CurrentProject.CloseConnection() to and set CurrentProject.Connection to
"Nothing" when a user "log off" your ADP app without quit from it. When next
"log on", use Current.OpenConnection() to reconnect APD app to SQL
Server/MSDE. Of course you provide a "log on/off" form in the ADP app, don't
you?
 
Back
Top