Visual Basic

Ted1

Senior member
Aug 22, 2000
202
0
0
Does printing of reports/forms in VB6 should always be based on DB
I've been having problems on coming up w/ printed forms using VB6.... Does printing process in VB6 is always based on the database (data stored in the database)? So that if i want to print the data which are not included or which are not being saved, how will i print these data? Please give me some tips on how should i print current record (e.g. record which is currently displayed on the screen of the user), and records of the specified employee for example. What if i have 15 tables and 8 queries and 6 temporary tables (i've used temporary tables for printing purpose so that i could specify which and whose record to print),is there any disadvange on this matter?