Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. It is a member of the Microsoft Office suite of applications.
Lots of our clients organize their business or even sell solutions around this great tool. But in times of cloud computing, web, and mobile devices, the reach and the usage of these Windows Desktop-based tools decline. Users require web-based applications, don’t they?
Thinfinity VirtualUI can take your software to the web, and now, your MS Access apps too!
Ready to convert MS Access to web application? First, check that you’re running the latest version of Thinfinity VirtualUI. Then download an example and run Microsoft Access on the browser from the download link below:
https://www.cybelesoft.com/support/files/DemosVUI/VirtualUI_Access.zip
On a side note, you may need to do this in order for the demo to work.
After you unzip the file, right-click the VirtualUI_Access.accdb file, and click on “Properties”. Check the “Unblock” checkbox, and click “Apply”.
Let’s review the example given on the ZIP file:
There are two things that you should take a look at from this demo:
Both are needed if you want to successfully compile your application with VirtualUI.
The “modVirtualUI” module contains the call to VirtualUI, and is expressed in the following way:
Let me explain the following fields:
“Name”: The name you want the Web Application to display.
“Program path and file name”: In this case, we are using Office 16, so you’ll have to look for the MSACCESS.exe in the Program Files folder.
“Arguments”: Two things to take into consideration.
“C:\Apps VirtualUI\VirtualUI_Access.accdb”: This is the path of the database you want to load when Access starts.
“/x StartVirtualUI”: This is the name of the macro that calls the “vui.Start”.