N
ned
There are two pertinent fields to my question: Revenue
Code (REVCODE) and a related description (REVDESC). The
REVDESC may be customized so it needs to be stored and
displayed separately than the REVCODE on a record-by-
record basis. However, I want to store the list of
revenue codes and the default description in a separate
table: tblRevCode. As a user is data entering REVCODE for
a record, once they enter the REVCODE, I want the default
REVDESC to automatically populate the REVDESC field for
that record. In addition, if the REVCODE the user enters
is not currently in tblRevCode, then I want them to be
able to insert it anyway, with a description and have that
automatically append to tblRevCode. Any direction on
either of these two matters would be greatly appreciated.
TIA,
Ned
Code (REVCODE) and a related description (REVDESC). The
REVDESC may be customized so it needs to be stored and
displayed separately than the REVCODE on a record-by-
record basis. However, I want to store the list of
revenue codes and the default description in a separate
table: tblRevCode. As a user is data entering REVCODE for
a record, once they enter the REVCODE, I want the default
REVDESC to automatically populate the REVDESC field for
that record. In addition, if the REVCODE the user enters
is not currently in tblRevCode, then I want them to be
able to insert it anyway, with a description and have that
automatically append to tblRevCode. Any direction on
either of these two matters would be greatly appreciated.
TIA,
Ned