4 Integrating your own functions in Access

Functions in VBA are very useful in most VBA-enabled applications because they can be used by the application itself (and not just from VBA). For example, you can define a custom function in an Access database, and utilize that function in a query.

 4.1 An example
 4.2 What is a VBA “Module”?