Search all of Office.com
 
Support / Access / Access 2007 Help and How-to / Macros and programmability / SQL reference
 
 

EXECUTE Statement

Applies to: Microsoft Office Access 2007

 

Used to invoke the execution of a procedure (procedure: A sequence of declarations and statements in a module that are executed as a unit. Procedures in a Visual Basic for Applications (VBA) module include both Sub and Function procedures.).

Syntax

EXECUTE procedure [param1[, param2[, ...]]

The EXECUTE statement has these parts:

Part Description
procedure The name of the procedure that is to be executed.
param1, param2, … Values for the parameters defined by the procedure.