Hi there!
Please would someone help me populate a text field in a sub form from data in the parent form. The parent form is frmOrdersWithSites and is made from qryOrdersWithSites which uses two tables, tblOrders and tblSites. tblOrders holds the data for upcoming installations of new equipment and tblSites holds the data for the site name and address etc. The sub form is frmSubAppoints and is bound, it's used to add appointments associated with the installation orders. My query matches the site to the order and my sub form adds new the new appointments to tblAppoints and everything works perfectly. However, I need to add the site name to the appointments from tblSites.SiteName. I have added a text field to the sub form but have not managed to figure out how to populate it.
Would someone please be so kind and explain how I can do this.
Many thanks in advance!
CB