View Full Version : Printing Question On Tab-devided Forms


Onno
03-12-2000, 11:25 PM
I have to make a database with three HUGE forms. No dividing in multiple table's or forms are in order. Now I have used the Access-function to make more page's by using a tab-element. Because a printout of all data is wanted, I want to make a button that prints out all tab's. I.E. I have a form called 'DATA' with tabs '1', '2' and '3'. By pressing a button on let's say tab '1', I want to get a printout of '1', '2' and '3'. Who can give me a solution to this problem? I have tried and tried, but alas...

Carol
03-13-2000, 03:09 PM
Your best solution for this would be to create a report that includes all the information contained within the 3 tabs of your form. Within the form you can have a print button that would print the report for the current record being viewed. Hope this helps.