What is "ms-access"

Usages

Generally an application developed with Access through the programming language VBA (Visual Basic for Applications) consists of two files, one called Backend, where are stored all the tables with their respective relationships, and another called Frontend, where sources, forms, modules, queries, macros, etc are stored.

The source code can be compiled, but it is not possible to generate an executable. To run the developed applications it is necessary that the user has in his workstation Msaccess installed or at least his Runtime that comes to be a streamlined version of Msaccess that will serve only to run the applications without the possibility of development.

With Microsoft Access it is possible to develop from simple applications such as a customer registration, order control to more complex applications, such as all operational control, administrative and financial of a small or even a medium or large company, because the developed applications can run perfectly on a computer network and the data stored by the system can be published on the Intranet or even on the Internet.

Tutorials