Returning multiple field values from combobox selection
Publicado: Mié Jun 24, 2009 9:56 pm
I am looking for input on how best to acheive a common process -- i.e.,
returning multiple field values from a lookup table. If I use a comboBox on
a form, I know I can fill aItems with field values from a lookup table.
However, the record pointer in the lookup table does not appear to be
synched with the value selected in the lookup table (aItems appears to be an
array of field values copied from the lookup table). So, how best to seek
for the record in the lookup table that corresponds to the value selected in
the comboBox, especially in those cases where the lookup table is indexed by
some unique identifier that is NOT the value chosen for display in the
comboBox?
TIA,
Gary
returning multiple field values from a lookup table. If I use a comboBox on
a form, I know I can fill aItems with field values from a lookup table.
However, the record pointer in the lookup table does not appear to be
synched with the value selected in the lookup table (aItems appears to be an
array of field values copied from the lookup table). So, how best to seek
for the record in the lookup table that corresponds to the value selected in
the comboBox, especially in those cases where the lookup table is indexed by
some unique identifier that is NOT the value chosen for display in the
comboBox?
TIA,
Gary