Forms or Report Controls
In my VB application, should I
a) Create 5 forms - Form1, Form2,....Form5 with a different report on each form
b) Have 1 form, with 5 different report controls. Use code to select which report control is visible.
Any advice?
Thanks
Vayse

