filling a combo-box with 2 fields

  • Thread starter Thread starter dirk van waes
  • Start date Start date
D

dirk van waes

Hello,
I wonder if it is possible to fill a combobox with data, coming from 2
different fields. (ofcourse both fields with the same kind of data = names
of persons)
TIA
Dirk
 
Hello,
I wonder if it is possible to fill a combobox with data, coming from 2
different fields. (ofcourse both fields with the same kind of data = names
of persons)
TIA
Dirk


I'm not really sure what you mean by "..fill a combobox with data,
coming from 2 different fields." Do you mean in the drop down list or
the combo's actual value? Do you plan to store this combined result in
one table field? Could you give a few more details?
 
Hi,
What I really want is a drop downlist, where I can see the different
existing values of the field bound to that combobox (name husband), but also
the already existing values of another (simular) field (name wife). In that
way , I don't have to write the whole name again, since the actual value
often exists already in one of the 2 fields.
I'm not sure it can be done.
TIA
Dirk
 
Are they in the same record? If not how would they be related?
Do you intend to store the combined result or just display it?
 
Back
Top