M
MLD
Win XP/Acc03
Is it possible at the table level to derive the default value of a field
from a concatenating expression of two other fields? Basically I want the
FullName field to auto-populate as LastName,FirstName { actual expresion
used '=[LastName]&","&[FirstName' }. I tried using this in the Default Value
property, the Valdiation property etc, to no avail.
Yes, I know I can do it ina query and rewind to a lookup, but I'd like to
keep it simpler with less objects and less chance for cyclical error.
Unless what I'm trying to do IS a cyclical error in itself? Does this have
to do with the fact that the record isn't saved while entering, so the field
can't update on the others?
Thanks,
-Monica
Is it possible at the table level to derive the default value of a field
from a concatenating expression of two other fields? Basically I want the
FullName field to auto-populate as LastName,FirstName { actual expresion
used '=[LastName]&","&[FirstName' }. I tried using this in the Default Value
property, the Valdiation property etc, to no avail.
Yes, I know I can do it ina query and rewind to a lookup, but I'd like to
keep it simpler with less objects and less chance for cyclical error.
Unless what I'm trying to do IS a cyclical error in itself? Does this have
to do with the fact that the record isn't saved while entering, so the field
can't update on the others?
Thanks,
-Monica