Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 how to capture null value messages

Author  Topic 

giovi2002
Starting Member

46 Posts

Posted - 2005-09-18 : 13:55:58
Platform: adp=sqlserver/access

I want to capture my null value warnings so the user will be shown understandable messages.
I wrote a 'for insert,update' trigger in the table which doesn't allow null values but the raiserror command isn't passed to access. Instead of it, it just shows the standard ununderstandable message in access.

Do you have a standard routine to make null value warnings comprehensible?
   

- Advertisement -