Jomscl is right. When using two grid applications in Scriptcase you will need to do a nested grid. Application links are for navigating from grid to form and vice versa. Field links work the same way. Another option, if you donโt want all of that information loading together every time you go to the grid, you can always create a single form with the customer information and use master detail to show a grid view or editable grid view listing on the same page as the main record. Both grid view and editable grid view are forms as well but have the grid format. Either way, the example process mentioned above of adding the WHERE clause to the SQL of the address grid is how you link them to show only the records you want. One last idea, if you wanted to use the application link, you would need to re-create the address grid as a form and choose either grid view or editable grid view. This change will let you do what you were originally trying to do. Just be sure to use the where clause in your sql of the address program. Hope this helps!