I have a master table called Orders, and this table has detail table called OrdersDetails.
One the View Page or Orders table, I want to display all records from OrdersDetails which match the viewed Order.
In other words, display master table and detail table on the View page of the master table.
How do I do this?
Thanks.
Fawaz