Hello all
I have a form that allows a user to select criteria which is used to construct a where clause. The where clause is then used to filter a subform which shows in the main form's footer. The criteria on the search form includes fields that are on the many side of a number of relationships. As a result, the subform displays duplicate values for a number of records. Is there a way for me to select specific fields and not show any records where these fields are repeated? I guess it is in essence what the group function would do for a report.
I have a form that allows a user to select criteria which is used to construct a where clause. The where clause is then used to filter a subform which shows in the main form's footer. The criteria on the search form includes fields that are on the many side of a number of relationships. As a result, the subform displays duplicate values for a number of records. Is there a way for me to select specific fields and not show any records where these fields are repeated? I guess it is in essence what the group function would do for a report.