Originally posted by billingboy:
[qb] I want to put more than one TABLE command in one page. For now, I believe that everytime i put TABLE....END command it will start new page.
for example:
TABLE CAR
PRINT *
END
TABLE MOTORCYCLE
PRINT *
END
From my understanding, this will make 2-page report. Is there anyway to make both of them display in 1 page.
Thank you [/qb]