0
I built a calendar-type application on MS Access 2013 with SQL Server as the back-end (each day on the calendar is a subform). About 20 tables are connected using the line Call AttachDSNLessTable([details here])
. On-site the speed is just fine, but when I try to access it through a VPN, it takes about 6 minutes to simply load the home screen. And everything else takes at least 5 times longer to do.
I'm ignorant of alternative options. Is it possible the make the database accessible over the internet? Would that even speed things up? Or should we increase the bandwidth of the VPN? What's my best option here? Thanks.
Each user has a copy of the frontend? Or do they have to download everything when they access it remotely? – CharlieRB – 2016-04-14T15:51:36.297
Yes, each user has a copy of the frontend on their local computer/laptop. – Mike – 2016-04-14T17:05:47.880