using OnError event

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I have form which has OnError event to track errors on entering data to
table. (validation rules, primary key, ect...)

on mdb in order to know what is this error i used with msgbox
DBEingine.errors(DataErr) which isn't working on adp. where is the error
object on adp?
 
Back
Top