I have a tblLoan in a many-to-many relationship with tblCoManager. tblLink contains both primary keys, LoanNo and CoManagerID respectively. In my main form when creating a new record my subform (where CoManager is selected) is NOT updating the tblLink. There is a cboCoManager in this subform (that is linked based on LoanNo) that is created using both tblLink.CoManagerID and tblCoManager.CoManager by way of a query. Is there any way to have this comboBox selection update the tblLink when a new LoanNo record is created? Thanks!