first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Book: Access 97 Power Programming; Chapter 2 Highlights: "Making the Switch From Macros to VBA"

To promote scalability and portability of custom code within the VBA/VB world, Access macros should be replaced by code modules whenever possible. Macros can be replaced by code modules except in the following cases:

An AutoExec macro can be used when the database is first opened. Much of the use of such a macro as been replaced by the Tools > Startup... command.

An AutoKeys macro can create custom key combinations.

When Access is used as a DDE server, macros are neeeded.

When a user-defined procedure is called from a toolbar, a macro must be called.

A RunCode macro can be used to call VBA routines. The macro allows storing a user-defined procedure in a variable.

mod date: 1998-10-01T20:41:57.000Z