djwasim Registered User. Local time Tomorrow, 04:27 Joined May 29, 2009 Messages 93 Jun 23, 2009 #1 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.
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.
djwasim Registered User. Local time Tomorrow, 04:27 Joined May 29, 2009 Messages 93 Jun 23, 2009 #2 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?
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?