Hi all,
I have two tables in SQL Server : Rent and Member . And they are in a relationship.
Member ID (from Memner table) is in the table of Rent.
I would like to know if there is a way that when I view a new Rent in the datagridview, a '+'sign will appear so that when clicked, a table will appear underneath, displaying the information of the member who did the rent. ?
Thanks