I have a search form that displays results via a query. The results are from a table. When I view the table myself (outside of the query), it has a little + sign that you can click and it displays the relational data (it's a one-to-many relationship, and this table is the "parent" table). However, when the results from the table are displayed in a query, the + sign no longer appears, but I would like it to appear so you can easily click and see the data connected to that table (the parent table). How can I do this?