How many users can an access database support? I'm setting up an app accross 3 workstations but each has multiple users. There may be as many as 1000 records a day entered. Can an access database handle this or do I need to switch to sql server?
Upsizing the database will require certain form changes regardless of whether you choose an .adp (which I don't recommend) or an .mdb (which I DO recommend).
Thanks for exlanation Pat. The reason I was asking this is that we considered using an .apd with SQL server. I reckoned that adp only uses
forms/reports/code, whereas mdb has extended features as tables/queries and the like. So , we will definitely go for mdb.