Access 2000 VBA Chapter 3 Problem
Chapter 3, Page 70 Access 2000 VBA. I get an error when I
try to click any of the new buttons, and am shown the code:-
(Error$ is highlighted)
This also happens on the version of the Chapter 3 database
supplied on the CD
cmdNext_Click_Err:
MsgBox Error$
Resume cmdNext_Click_Exit
It seems to work OK by the time I check Example Database
from Chapter 9 but I cannot see what is different
|