Log off with out restart of acccess

S

Shadow0058

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?
 
N

Norman Yuan

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?
 

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

Top