Difference between revisions of "Main Page"

From database24
Jump to navigation Jump to search
Line 6: Line 6:
  
 
== Microsoft Access ==
 
== Microsoft Access ==
 +
Technically speaking "Microsoft Access" is a front end for the "Jet Database Engine". For the sake of simplicity and as many people do not know the difference, the database will henceforth be called "Microsoft Access" too.
 +
 +
=== Coding ===
 
* [[Microsoft Access VBA Coding Conventions|VBA Coding Conventions]]
 
* [[Microsoft Access VBA Coding Conventions|VBA Coding Conventions]]
 
* [[Microsoft Access VBA Code Snippets|VBA Code Snippets]]
 
* [[Microsoft Access VBA Code Snippets|VBA Code Snippets]]
 +
 +
=== Architecture ===
 +
* [[Microsoft Access Front End|Front End]]
 +
* Back End

Revision as of 22:57, 25 April 2010

General

SQL

Microsoft Access

Technically speaking "Microsoft Access" is a front end for the "Jet Database Engine". For the sake of simplicity and as many people do not know the difference, the database will henceforth be called "Microsoft Access" too.

Coding

Architecture