Hi all,
How do I capture an error message from SQL server in an MS Access form?
I have a trigger on a table in sql server 2005, the user is only allowed to update columns if the locked column has not been set to true.
I'm getting an error message back from Sql server when I try to update the form, but it's a bit to cryptic, so i need to capture the error and write my own handler.
I've tried Before and After update events, but they don't seem to capture the sql server odbc error being returned.
Anyone know how to handle this?
Thanks
How do I capture an error message from SQL server in an MS Access form?
I have a trigger on a table in sql server 2005, the user is only allowed to update columns if the locked column has not been set to true.
I'm getting an error message back from Sql server when I try to update the form, but it's a bit to cryptic, so i need to capture the error and write my own handler.
I've tried Before and After update events, but they don't seem to capture the sql server odbc error being returned.
Anyone know how to handle this?
Thanks
Last edited: