PDA

Click to See Complete Forum and Search --> : Help for making reports


yogesh12
Jul 4th, 2009, 08:01 AM
hi,

i have 2 tables.. table 1 has 5 fields, f1,f2,f3,f4,f5 and another table with another 5 fields t1,t2,t3,t4,t5,etc..

in Print form the values of fx will be the name of field of values of tx.. like

first_record_f1 : first_record_t1
first_record_f2 : first_record_t2

i have another table which has to be attached with this. that table has name, age and other info..

A user can customize the fields of printing reports.. format of report will be like

Report for XXXX

Name
Age
Status
first_record_f1 : first_record_t1
first_record_f2 : first_record_t2
first_record_f3 : first_record_t3

i shud be able to modify the report name object so that i can save 21 reports..