I have a table that has items entered into it, each with a corresponding item #. I want on a form for the validation rule to be set so that they cannot enter an item number that is greater than the last record in the table. I could just say
[ItemNumber]<Number, but the table will always be changing in record count and therefore ItemNumbers. Is there anyway to lookup the last record and use its # as the validation rule, automatically on entry of the form. Or any other ideas are very welcome.
[ItemNumber]<Number, but the table will always be changing in record count and therefore ItemNumbers. Is there anyway to lookup the last record and use its # as the validation rule, automatically on entry of the form. Or any other ideas are very welcome.