link report with subreport?

djwasim

Registered User.
Local time
Tomorrow, 04:27
Joined
May 29, 2009
Messages
93
Is it possible that any report can be linked with sub report For example
can we link any report with unbound object like a form.
 
i am using this code for form

Private Sub Command1_Click()
Me.Object2.SourceObject = "Invoice"
End Sub

But which code will be used for reports?
 

Users who are viewing this thread

Back
Top Bottom