Previous Page
Next Page

Index

V

validation checks, 106
ValidationRule property, 196
ValidationText property, 196
values
calling a procedure with hard-coded, 58
preserving after a procedure ends, 45
returning from function procedures, 44
using variables and constants to store, 49–56
var (Variant) prefix, 55
variables
declaring and using, 51–53
declaring in functions, 44
defined, 33
evaluating multiple times, 59
making visible in any module, 54–55
naming conventions for, 55–56
scope and lifetime of, 54–55
standardized way of naming, 55
storing the number of loop iterations, 62
types of, 49–51
Variant data type, 50
variants, minimizing the use of, 324
VB (Visual Basic), 1
VBA (Visual Basic for Applications), 1
VBA code
adding a password for, 328–329
basics of writing and testing, 27–78
handling data validation from, 196
linking to another database, 319
optimizing to improve performance, 323–324
responding to events, 84
sending an e-mail from, 210–211
using to link, import, and export, 199–211
working with controls, 187–195
working with reports from, 235–248
writing behind report events, 247
writing for the business logic and database access logic, 18
VBA data types, correspondence to field data types, 50–51
VBA Help documentation, obtaining a list of available functions, 45
VBA source code, securing separately, 328
VBA version 6.0, 1
VB.NET, 1
VerifyCreditAvail procedure
calling from another procedure, 35–36
creating, 33–35
View button, 273
View Details for Selected Contact button, 453
View mode, 139
ViewID parameter for the TransferShare-PointList method, 226
View/Manage Car Details Screen
Activity Diagram for, 8, 10
prototype for, 11, 12
Use Case Diagram for, 5, 7
View/Manage CustomerAccounts form, 504–505
View/Manage Customer Accounts screen
displaying a customer record on, 515, 516
opening independently of the Customer Search screen, 517
prototype for, 464–465
View/Manage Customer Details screen, 462–463
views
advantages of, 271
creating, 273–274
Views tab of the Add Table dialog box, 275
virtual tables, 163
Visible property
hiding and redisplaying forms, 325
of the objExcel object, 295
setting to False, 186
setting to True, 291
Visio
creating Activity Diagrams, 8
generating prototype screens, 336
Visual Basic, 1
Visual Basic Editor (VBE)
for Access 2007, 2
display of, 19, 20
opening, 37, 38
opening with a new empty procedure, 85
running and debugging code in, 24–25
sample module displayed, 27–28
writing VBA code in, 18–23
Visual Basic for Applications, 1
Visual Basic .NET, 1
visual objects, 82
Visual Studio Tools for Microsoft Office, 2
Visual Studio Tools for Office (VSTO), using ADO.NET, 130

Previous Page
Next Page