Trapping SQL Server Errors through froms by code

S

saso

try dlookup on dbo.master.sysmessages. there are all sql
server errors there. you might need to do something about
the "@" and "|" which sql replaces with field names or
table names that are involved in an error when it
displays it, but at least it's something.
 
Top