I have two Tables as follows:
Bank(BID, NAME) and BRANCH(BBID,BID,NAME)
Both the tables are related by the BID key which is Bank ID. BBID is Branch ID.
What i want is to Display A single bank name from the bank table and the corresponding Branches Following it.
The the NAme of Another Bank and its branches in similar manner.
Please help me how can i do that with Data Report and and an Access Database in
Vb.
Bye
------------------
Kaustav