Wrox Home  
Search
Cover image for product 0470047038
Access 2007 VBA Programmer's Reference
Teresa Hennig, Rob Cooper, Geoffrey L. Griffith, Armen Stein
ISBN: 978-0-470-04703-3
Paperback
1152 pages
May 2007
Other Available Formats: Adobe E-Book
Paperback Version: US $39.99 Add to Cart

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
2 Typo in Text
Line 24 on the page:

... , which make build Access database ...

Should be

... , which make building Access database ...
7/28/09
14 Missing Comma
line 8:
for Tables Queries, Forms

should be:
for Tables, Queries, Forms
09/25/08
137 Error in Code
7th line from top:

tdf.Indexes.Delete varPKey

should be:

tdf.Indexes.Delete strPKey
01/22/2008
151 Error in Code
Example: Adding Users to groups Code (8th line)

Set grp = wrk.Groups(strUser)

should be:

Set grp = wrk.Groups(strGroup)
01/22/2008
157 Error in Text
Under "Setting Permissions" header:

"set only"

should be:

"only set"
01/22/2008
160 Error in Text
Queries that insert, update, or delete queries are known as action queries

Should be

Queries that insert, update, or delete records are known as action queries
02/27/09

Microsoft Office Related Resources

Forums

Articles