In article <MPG.234ff731c992e60098972c[ at ]msnews.microsoft.com>, mat[ at ]notarealdotcom.adr says...
[Quoted Text] > Is there any systematic way in which one can handle odbc data errors on > Access 2003 forms? sql 2005 is the backend. > > Example is if a user does not enter a value into a required field in a > subform. If they click the save button, which runs code to save the > record, I can trap for error 3146. But if the user clicks outside the > subform, and Access tries to save the record, I can't find any way to > intercept the error. Surprisingly the form_error event does not fire. > > The error can be handled using the form before_update, and trapping for > errors at the save command but it's not very elegant. Any suggestions? >
bump?
|