MS Access Macros
MS Access Macros
MS Access - Macros
A Macro is a tool that allows you to automate tasks and add functionality to your
forms, reports, and controls.
•Macros in Access work a bit different from Macros in Word or Excel, where you
essentially record a series of keystrokes and play them back later.
•Access Macros are built from a set of predefined actions, allowing you to automate
common tasks, and add functionality to controls or objects.
•Macros can be standalone objects viewable from the Navigation pane, or
embedded directly into a Form or Report. Once you have created database objects
like tables, forms and reports, Macros can provide a quick and easy way to tie all
those objects together to create a simple database application that anyone can
use or even modify, with relatively little training.
•Macros provide a way to run commands without the need to write or even know
VBA code, and there is a lot that you could achieve just with Macros.
Creating a Macro
Let us start be creating a very
simple Macro that opens a form
when a command button is clicked.
For this, we need to open your
database and frmEmployeeData
form in which we have created two
tabs.
In this form, we can add a button
allowing users to open up all of the
job information.
Let us now go to the Design View of
this form and add button form the
Controls menu. When you release your
mouse, you will see the Command
Button Wizard dialog box.