F
ftbadolato
OK, I posted a note about this a few days ago, and I've made some
progress, but it still is not working.
I have a form with customer data. I've inserted a subform that tracks
the contact history. So, the PK in the Customer table is CustomerID.
CustomerID is a FK in the ContactHistory table. I have all the
relationships established in the database. On the Data tab of the
subform Link Child Fields is set to CustomerID and Link Master Fields
is set to CustomerID. When I click through the customer records on
the main form, I expect to see the related contact history records in
the subform, but the subform does nothing. However, if I change the
Source Object on the Data tab of the subform to
Query.ContactHistoryVW, I do see the records that I want to see, but
in DataSheet format. I want to see it in form view and be able to
click through those records and add new ones. Any ideas?
progress, but it still is not working.
I have a form with customer data. I've inserted a subform that tracks
the contact history. So, the PK in the Customer table is CustomerID.
CustomerID is a FK in the ContactHistory table. I have all the
relationships established in the database. On the Data tab of the
subform Link Child Fields is set to CustomerID and Link Master Fields
is set to CustomerID. When I click through the customer records on
the main form, I expect to see the related contact history records in
the subform, but the subform does nothing. However, if I change the
Source Object on the Data tab of the subform to
Query.ContactHistoryVW, I do see the records that I want to see, but
in DataSheet format. I want to see it in form view and be able to
click through those records and add new ones. Any ideas?