I skip over my errors in the following way:-
On Error Go To Errtrap
"Whatever comands On Click, or, After Update etc etc etc "
Exit Sub
ErrTrap:
I apply this when I know a control is working ok, But.
In my Run-Time version, if I hit and error, I get kicked out of the system. I know this a feature of Run Time.
I need to insert a message box telling why I have hit an Error so I can resolve it before distribution.
Dave


s) in my db and before I set out to alter them, I want to make sure I have the correct syntax.
