I have VBA code in my field validation which turns the error field(s) to red background for the fields which have data errors.
I am dealing with testing key violation conditions currently. The Err.Description value does not state which field(s) is/are in error.
Is there a way to programmatically determine this so that the error field(s) may be set to red background?
Thanks!
I am dealing with testing key violation conditions currently. The Err.Description value does not state which field(s) is/are in error.
Is there a way to programmatically determine this so that the error field(s) may be set to red background?
Thanks!