I have a form with the control souce Info table. This table includes Cmpyname, number, address, start date, and phone number.
I would like to add a text box that retrieves a date from my CMS table. The CMS table has a name field(looked up from the Info table) update field, and date field.
Combining the tables into a query will not work because there are several other fields on the form that only apply to one table.
Is there any way to add a text box to a form from another table or query?