G
Guest
My database uses several forms which use drop-down lists to populate a
specific field. Depending on how the drop-down list is configured for a
particular table, as I use it in the form, it may show two of the columns of
the associated table, but enter only one of the columns (the first one) in
the form's field to be populated. As an example, I have a table containing
two variables, billing codes (ICD9) and a description of the code
(ICD9Description). In the form where this table is used in a drop-down, both
columns will show (ICD9 & ICD9Description), but only one of the columns will
populate the field (ICD9). Is there a way to have both of the columns
populated in the form, perhaps in two separate fields? I really need both
pieces of information to show in the form in order to avoid repeatedly typing
it in.
specific field. Depending on how the drop-down list is configured for a
particular table, as I use it in the form, it may show two of the columns of
the associated table, but enter only one of the columns (the first one) in
the form's field to be populated. As an example, I have a table containing
two variables, billing codes (ICD9) and a description of the code
(ICD9Description). In the form where this table is used in a drop-down, both
columns will show (ICD9 & ICD9Description), but only one of the columns will
populate the field (ICD9). Is there a way to have both of the columns
populated in the form, perhaps in two separate fields? I really need both
pieces of information to show in the form in order to avoid repeatedly typing
it in.