hi all
on a form i have 25 comboboxes with names
the form is based on a table (tblpersons) with the key personID
now how can i in all the comboboxes in the event before update
doing the following:
when i select a name in a combobox before update i want to search in all the combobowes of that name i selected not 2x selected is
and if not then the name must in the field otherwise it would tell me that thr name al is selected in another combobox
if the name i selected is ok then this name must not again availible in the combobox
can someone help me with that code please?
is this with a loop ???
thanks
on a form i have 25 comboboxes with names
the form is based on a table (tblpersons) with the key personID
now how can i in all the comboboxes in the event before update
doing the following:
when i select a name in a combobox before update i want to search in all the combobowes of that name i selected not 2x selected is
and if not then the name must in the field otherwise it would tell me that thr name al is selected in another combobox
if the name i selected is ok then this name must not again availible in the combobox
can someone help me with that code please?
is this with a loop ???
thanks