sql - tables name as a form field

N

netalie

Hi,

Can i define, that a form, holding a combo box field,
will display, every time, records from different tables,
which the tables name is stored in a separate field in
the same form
?
 
S

Sean

you could requery the combo box on the form OnCurrent event or reset its
RowSource property,,,
but remember that there is only 1 combo box, it's the same combo box
repeating for every record. Not lots of different ones.
 
Top