I figured it was something simple but I couldn't see it. -- Thanks for your help! Walter
"Rick Brandt" wrote:
[Quoted Text] > On Sat, 29 Nov 2008 06:49:00 -0800, Walter wrote: > > > What is wrong in the following code to give this error? The > .... > > Exit_ValidateOdometer > > Exit Sub > > > > Err_ValidateOdometer: > > MsgBox Err.Number & Err.Description > > Resume Exit_ValidateOdometer > > > > End Sub > > As a line label "Exit_ValidateOdometer" needs to have a colon (:) after > it. > > > > -- > Rick Brandt, Microsoft Access MVP > Email (as appropriate) to... > RBrandt at Hunter dot com >
|