G
Guest
I would like to validate data in certain fields on a form using a validation
rule (or any other method) so the error message appears when the field loses
the focus, rather than waiting for the referential integrity of the
relationship to catch the error when attempting to add the record.
For example:
I have a "User" table that that has a one-to-many relationship to a "Scan"
table on the user id field. The user id field will accept any input that
meets the size and data type criteria. However, I want an error message to
appear if the value does not exist in the related table at the time of input,
rather than waiting for all other fields to be populated.
Any ideas are greatly appreciated!
Dave
rule (or any other method) so the error message appears when the field loses
the focus, rather than waiting for the referential integrity of the
relationship to catch the error when attempting to add the record.
For example:
I have a "User" table that that has a one-to-many relationship to a "Scan"
table on the user id field. The user id field will accept any input that
meets the size and data type criteria. However, I want an error message to
appear if the value does not exist in the related table at the time of input,
rather than waiting for all other fields to be populated.
Any ideas are greatly appreciated!
Dave