Using more than two recordsets on one report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • creative1
    Contributor
    • Sep 2007
    • 274

    Using more than two recordsets on one report

    Can we use more than one recordsets as datasources(sam e section) in a single report?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    better to create a view using SQL and then select the record from the view instead of the table.

    Comment

    Working...