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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top