A family of Microsoft relational database management systems designed for ease of use.
Maybe there is a difference in the language version you are using. But in every version of Access I have used macros and modules are different. Modules contain functions and procedures of VBA coding. When addressing a function or proc you use the name of the function or proc. Macros tend to contain a single functionality. And are called by the name of the macro.
ok Thanks.