Controls aren't bound to a table, they are bound to a field that exists in
the recordsource for your form, which could be either a query or a table.
Aside from parsing the SQL associated with the query used for recordsource,
there is no direct way to obtain the info you seek.

Signature
Paul Overway
Logico Solutions
http://www.logico-solutions.com
>I have an application with a number of forms, some of which have a
> recordsource that is a join of multiple tables. The forms are all
[quoted text clipped - 6 lines]
>
> Thanks for your help.