Where will your database be stored? on a LAN pc/server?
The size of the network does not really count. What does count is your database. Access will not be able to handle that many requests. Rather move up to MySql which is open source (free).
All you need then, is a few forms -
Login, main form, chat form, edit profile form etc.
AndreRet
Industrious Poster
4,706 posts since Jan 2008
Reputation Points: 391
Solved Threads: 481
Skill Endorsements: 20
Its not thye amount of data that will be a problem but the amount of users. Access can handle up to 5 users at one time. Any data to database after that will be dropped. MySql let you handle unlimited calls to the database.
Yes, you can use your personal pc as a server. You can have a look at my tutorial here to setup mysql...
AndreRet
Industrious Poster
4,706 posts since Jan 2008
Reputation Points: 391
Solved Threads: 481
Skill Endorsements: 20
Question Answered as of 6 Months Ago by
AndreRet Only a pleasure, happy coding.
AndreRet
Industrious Poster
4,706 posts since Jan 2008
Reputation Points: 391
Solved Threads: 481
Skill Endorsements: 20