Dears
I have the following tbl2 and tbl2
Tbl1
EMPID, SALARY
1, 1000
2, 4000
3, 3000
Tbl2
EMPID, DEPENDENT
1, Joe
1, Mike
2, Larry
2, James
2, Loe
2, Lisa
3, Jeff
3, Ann
I would like to print a report like
1, 1000, Joe, Mike
2, 4000, Larry, James, Loe, Lisa
3, 3000, Jeff, Ann
How can I do this? I have posted this Access/VBA but did not get the answer I am looking for. Can anyone help?
I have the following tbl2 and tbl2
Tbl1
EMPID, SALARY
1, 1000
2, 4000
3, 3000
Tbl2
EMPID, DEPENDENT
1, Joe
1, Mike
2, Larry
2, James
2, Loe
2, Lisa
3, Jeff
3, Ann
I would like to print a report like
1, 1000, Joe, Mike
2, 4000, Larry, James, Loe, Lisa
3, 3000, Jeff, Ann
How can I do this? I have posted this Access/VBA but did not get the answer I am looking for. Can anyone help?