I have a table A, table B and table C. Table A has a one to many relationship with related table B and table C is related to table B through a one to many relationship. This is done to avoid a many to many relationship between table A and B. My issue is as it follows. I want to put in the same form from table A the information of table A + a subgrid made from a view within the relationship between table C and B. The subgrid shows fine in the designer, no issues. However on the page designer it shows up as "Unable to preview" and on the page preview itself it's going to show the form with the basic info fields (text and date fields) but no sub-grid. I have set up permissions with all CRUD operations to both tables to anonymous users for testing and it still does not show up the sub-grid on the form.