hi all,
i am doing work in vb6 using DAO. in that, am saving my form data into two Access Tables. smfields of tables are common in both tables. now i want to print one particular record. eg. in table1 one field is ID and in table2 ID is there. now i want to print all data below that particular ID. HOW?
for more clue...
Table1
ID
01
02
Table2
ID TID CName
01 01 ABC
01 02 DEF
02 01 GHI
02 02 XYZ
i want to print above data like below...
if i Select ID = 1 then
in crystal report 8.5 it prints like
TID CName
01 ABC
02 DEF
How can i do this....plz HELP for same ASAP...
thanks a lot...
kaushal
i am doing work in vb6 using DAO. in that, am saving my form data into two Access Tables. smfields of tables are common in both tables. now i want to print one particular record. eg. in table1 one field is ID and in table2 ID is there. now i want to print all data below that particular ID. HOW?
for more clue...
Table1
ID
01
02
Table2
ID TID CName
01 01 ABC
01 02 DEF
02 01 GHI
02 02 XYZ
i want to print above data like below...
if i Select ID = 1 then
in crystal report 8.5 it prints like
TID CName
01 ABC
02 DEF
How can i do this....plz HELP for same ASAP...
thanks a lot...
kaushal