juliethedit
IS-IT--Management
Table A has list of 400+ valid values.
User types entry into Table B. I want to do a lookup in Table A to check that it is a valid value. Then generate a clear message if the entry is not found in Table A.
I don't want to use Relationship-Referential Integrity, because the error messages are hard to understand.
I don't want to make them do a pull-down because there are 400+ values, and each entry is only three digits.
Thanks much
User types entry into Table B. I want to do a lookup in Table A to check that it is a valid value. Then generate a clear message if the entry is not found in Table A.
I don't want to use Relationship-Referential Integrity, because the error messages are hard to understand.
I don't want to make them do a pull-down because there are 400+ values, and each entry is only three digits.
Thanks much