G
Guest
I have a table where i use a lookup for one of the values. The lookup uses
values from another table where the visible column is the description, and
the saved column is a number (not visible).
The problem I have is, it is possible to have duplicate numbers, but the
visible description is different, making the table to appear wrong, and
difficult to check.
the table is set up as follows:
FILEnO; cOUNTY; eNTITYnO
The eNTITY is looked up from a table as follows:
eNTITY; eNTITYnO;cOUNTY,description
There are multiple EntityNo for County, but the Entity is different. The
entityNo for one table is different than the entityNo from the other. That is
why I need to save the value, but see the description.
If I haven't confused the giant knowledge base out there, I would appreciate
any input.
values from another table where the visible column is the description, and
the saved column is a number (not visible).
The problem I have is, it is possible to have duplicate numbers, but the
visible description is different, making the table to appear wrong, and
difficult to check.
the table is set up as follows:
FILEnO; cOUNTY; eNTITYnO
The eNTITY is looked up from a table as follows:
eNTITY; eNTITYnO;cOUNTY,description
There are multiple EntityNo for County, but the Entity is different. The
entityNo for one table is different than the entityNo from the other. That is
why I need to save the value, but see the description.
If I haven't confused the giant knowledge base out there, I would appreciate
any input.