Use Control source from different table without query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subform that is based on a table, and I have just added a text box
to that subform. The desired control source for the new text box is in a
different table than the one that the subform is based on. Is there any way
to have this new text box use the desired control source from the other table
without changing the whole subform to be based on a query?

Thanks,
Tim
 
You could make the control source a function that retrieves the data you
want. You would also have to have some code somewhere that would update that
data if you change it.
 
Back
Top