L
Laurel
I have an application which is highly parameterized. That is, values in a
table drive a lot of what's going on, such as "maximum score." The one
thing that seems to require hands-on non "dumb user" manipulation is the
validation in the tables themselves. If I change the value of "maximum
score" from 5 to 3, for instance, then for each of the Score1, Score2, and
Score3 rows in the tblScores table, I have to change the validation rule
from "<=5" to "<=3", and the validation text from "The score must be <= 5 or
null." to "The score must be <=3 or null." Is there any way around this?
TIA
LAS
table drive a lot of what's going on, such as "maximum score." The one
thing that seems to require hands-on non "dumb user" manipulation is the
validation in the tables themselves. If I change the value of "maximum
score" from 5 to 3, for instance, then for each of the Score1, Score2, and
Score3 rows in the tblScores table, I have to change the validation rule
from "<=5" to "<=3", and the validation text from "The score must be <= 5 or
null." to "The score must be <=3 or null." Is there any way around this?
TIA
LAS