Oct 8, 2001 #1 jerry13 Programmer Joined Jun 19, 2001 Messages 4 Location CA I need to set a subreport's record source in the open event of the main report. Any ideas out there.
Oct 9, 2001 #2 Paul7905 MIS Joined Jun 29, 2000 Messages 205 Location US The following works for me. Me.YourSubFormName.Form.RecordSource = "YourRecordSource" Paul Upvote 0 Downvote