Hi all.
I just can't find soultion for the following prooblm:
On the table - field proprties, I have set on of the field to be Required and not to alow Zero Length values.
On the form, when skipping entering a value in the bound field, I get the standard system error message, but I would like change this message, because it refernces to a cryptic field name, and not to field name like "Enter First Name".
I have tried many combinations on IsEmpty and IsNull in the field LostFocus and AfterUpdate events, and I have tried to use the Validation Rule - but all those will not cover the situation where I jump from field to field with the TAB-button, or just go to an another record without entering the field at all.
So, does anybody have a solution for usining the table validation, but with an another error message?
Regards,
I just can't find soultion for the following prooblm:
On the table - field proprties, I have set on of the field to be Required and not to alow Zero Length values.
On the form, when skipping entering a value in the bound field, I get the standard system error message, but I would like change this message, because it refernces to a cryptic field name, and not to field name like "Enter First Name".
I have tried many combinations on IsEmpty and IsNull in the field LostFocus and AfterUpdate events, and I have tried to use the Validation Rule - but all those will not cover the situation where I jump from field to field with the TAB-button, or just go to an another record without entering the field at all.
So, does anybody have a solution for usining the table validation, but with an another error message?
Regards,