Have had users using a few simple access applications over WAN for years (same domain / intranet).
Load time was noticeably more for the remote users but not too bad.(up from 2 seconds to 20 seconds) Record locking etc is all managed well... have not once had any backend DB corruption (fingers still crossed)
Just tried a more complex application in this same network scenario... not good at all.
A 4 second app load time with average 1 to 4 seconds per transaction in the app is normal in the LAN scenario.
However for the remote end users (different province); the load time is almost 2 minutes with transactions taking 15 to 45 seconds. essentially a 4000% increase... crikey! I'm gonna call that un-useable.
ACCDE front end (did not notice much of a performance difference with the FE local or from the app server). MDB as the back end.
The apps are stellar on the LAN but horrible on the WAN. The simplicity of Access is what has made me keep it as my crutch for years.
Is there anything I can do to remedy this in Access?
Or do I finally need to ditch this crutch (Access) and learn to build Web based UI's with an SQL server for the BE.
The following is off topic from the main topic/title but i'll throw this out there?
Only a bit familiar with SQL Server (Express) and a total newb when it comes to web...
If ditching Access; still not sure which web framework / programming language to move to... leaning towards Django / Python / SQL but not committed.
Any apps out there to convert Access forms & VBA Modules to web pages / stored SQL procedures? That would save a ridiculous amount of time!