G
Guest
I have a continuous form based on a query. Each time a column is updated on
any row I need to validate this against all other rows on the form.
I need this because certain combinations of data are invalid.
Is there a way to do this by checking the atcual data rows on the form
rather than the base tables?
If I find an error, how do I handle it? Obviously I must prevent the data
from being saved in an invalid state.
any row I need to validate this against all other rows on the form.
I need this because certain combinations of data are invalid.
Is there a way to do this by checking the atcual data rows on the form
rather than the base tables?
If I find an error, how do I handle it? Obviously I must prevent the data
from being saved in an invalid state.