Dear reader,
My SubReport is synchronized with a LinkMasterField and LinkChildField.
If I put in the Open event of the SubReport
Me.RecordSource = "QueryName"
an error pups up. It seems to be that the open event of the SubReport will
be
activated after each record in the MasterReport. So an error pups up with
the message "You can't change the RecordSource after the report is already
open".
Thanks for any help to solve this, changing a RecordSource in a SubReport
Kind regards,
Simon.
My SubReport is synchronized with a LinkMasterField and LinkChildField.
If I put in the Open event of the SubReport
Me.RecordSource = "QueryName"
an error pups up. It seems to be that the open event of the SubReport will
be
activated after each record in the MasterReport. So an error pups up with
the message "You can't change the RecordSource after the report is already
open".
Thanks for any help to solve this, changing a RecordSource in a SubReport
Kind regards,
Simon.
Comment