S
Scott Whetsell, A.S. - WVSP
I have a table in which several fields allow for the selection of multiple
values. In my report which lists the table records, it lists a duplicate
record.
Ex. The table has the following fields:
field 1 = date
field 2 = time
field 3 = notes
field 4 = customer (allows multiple selection from other table)
field 5 = representative (allows multiple selection from other table)
The report is grouped by date, then sorted by time.
If there are 2 customers and 3 representatives selected, then it creates 5
records in the report, all with identical information.
How can I make it list the record only 1 time?
Thanks for any help that can be provided
values. In my report which lists the table records, it lists a duplicate
record.
Ex. The table has the following fields:
field 1 = date
field 2 = time
field 3 = notes
field 4 = customer (allows multiple selection from other table)
field 5 = representative (allows multiple selection from other table)
The report is grouped by date, then sorted by time.
If there are 2 customers and 3 representatives selected, then it creates 5
records in the report, all with identical information.
How can I make it list the record only 1 time?
Thanks for any help that can be provided