J
Joe Williams
I have an Access FE tied to a SQL back end. If I have a required field set
in SQL server and try to leave it blank, you get an error message:
"You tried to assign the null value to a variable that is not a variant data
type"
I know how to trap for errors, but in this case it does not give me an error
number so I don't know what to check for.
how do I trap this SQL error and provide a more friendly user error message?
Thanks
Joe
in SQL server and try to leave it blank, you get an error message:
"You tried to assign the null value to a variable that is not a variant data
type"
I know how to trap for errors, but in this case it does not give me an error
number so I don't know what to check for.
how do I trap this SQL error and provide a more friendly user error message?
Thanks
Joe