Replacing the access standard error MSG.

  • Thread starter Thread starter Ran BD
  • Start date Start date
R

Ran BD

Hi guys.
i added command buttons to my application and would like to replace the
standard error msg access provide.
any ideas ?

Thanks
 
Use:
[Event Procedure]
not a macro, in the On Click property of your button.

In the event procedure, use error handling. This link:
http://allenbrowne.com/ser-23a.html
provides the basic details, and an example of how to log the error messages
of your choice to a table.
 
thnaks

Allen Browne said:
Use:
[Event Procedure]
not a macro, in the On Click property of your button.

In the event procedure, use error handling. This link:
http://allenbrowne.com/ser-23a.html
provides the basic details, and an example of how to log the error messages
of your choice to a table.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

Ran BD said:
Hi guys.
i added command buttons to my application and would like to replace the
standard error msg access provide.
any ideas ?
 
Back
Top