Hi,
I have a form, Patient..and it has 3 subforms..
I want to create a report that will show all data(including the data in the subforms)..
But only for the highlighted record.. The primary key for the main table is ingMasaNo
Please help
I am not sure I quite understand, but have you tried creating a report in a similar way to the form, that is, main report and subreports to match main form and subforms. You could then open the report from your form with something like:
[tt]DoCmd.OpenReport rptReport,,,"ingMasaNo=" & Me.ingMasaNo[/tt]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.