Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I restrict the number of concurrent users?

Status
Not open for further replies.

SmallTime

Technical User
May 17, 2004
127
GB
Hi all,

I'm distributing a Free app (Fe/Be type) and was wondering how I could restrict the number of concurrent users to say 5.

Any ideas would be appreciated.


Wishing you all a pleasant and prosperous new year.
SmallTime
 
Have you tried a search in the Access fora for concurrent? There are a few different suggestions that may suit.
 
a simple solution could be to have a table in which every concurrent user has a value (record) stored. If there more than five records, the db would close it self.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top