Greetings, I have two recordsets:
computerinfo
equipment
These tables are unrelated but I need to combine them for the sake of a report. SO I've created the report with looping through two separate recordsets which works fine, except I don't know how to put in a page break. The page break thing works with one recordset using a counter for each 25 rows, inserting a header and page break but I don't know how to do it with two recordsets, so I'd like to combine them maybe in a temp table or something and run it like that. The field names are the same. Woe is me because I don't know how. Any ideas? Thanks in advance.
computerinfo
equipment
These tables are unrelated but I need to combine them for the sake of a report. SO I've created the report with looping through two separate recordsets which works fine, except I don't know how to put in a page break. The page break thing works with one recordset using a counter for each 25 rows, inserting a header and page break but I don't know how to do it with two recordsets, so I'd like to combine them maybe in a temp table or something and run it like that. The field names are the same. Woe is me because I don't know how. Any ideas? Thanks in advance.