A family of Microsoft relational database management systems designed for ease of use.
Does the subreport control have LinkMasterFields/LinkChildFields properties? Those can be used to automatically refresh the child data.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I have a subreport on a main form. When I use the record navigations on the main form the subreport data does not refresh/update unless I click the refresh button on the menu ribbon. I have linked my master and child fields.
I'd like to display the data in report format as the continuous form option doesn't present the data in the sub in the best format. Is there anything I can do to correct this issue?
Thanks
G
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Does the subreport control have LinkMasterFields/LinkChildFields properties? Those can be used to automatically refresh the child data.
I changed my report data source and this worked. Thanks!
Yes. The subreport has the Master Fields and Child Fields linked. The report feeds from a query.
Thanks