Functions and Subroutines

You can create two types of procedures in Visual Basic—functions and subroutines—also known as Function procedures and Sub procedures. (As you’ll learn later in the section "Understanding Class Modules," class modules also support a special type of function—Property Get, and special subroutines—Property Let and Property Set, that let you manage properties of the class.) Each type of procedure can accept parameters—data variables that you pass to the procedure that can determine how the procedure operates. Functions can return a single data value, but subroutines cannot. In addition, you can execute a public function from anywhere in Microsoft Access, including from expressions in queries and from macros. You can execute ...

Get Microsoft® Office Access 2003 Inside Out now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.