I want to display a one-to-many relationship within a form using a grid for the many end. This is easy if both ends are tables, however the single end of the relationship is a view. Is this possible? Please help.<br><br>The MS Help implies you can create a temporary index on a view and also you can set up a relationship between tables and views(?) at runtime. Is this the way to go about it or should I be using SQL with a filter to populate the grid somehow.<br><br>An example of what I'm trying to do is display the children of a person, as well as linking into other tables to pull in additional data about that person. The children of course, have their own entries in the same table as their parents.<br><br>Many Thanks Andy.