I'm working with 3 linked tables.
All three are linked by a 'number' field. However, 1 number field has duplicate numbers for items that we are able to drop ship. I am able to find out how many units of a product we have sold by adding up some things from another table field, but it is doubling some numbers because of the duplicate numbers in the other table. How do I get a distinct record from that field only?
All three are linked by a 'number' field. However, 1 number field has duplicate numbers for items that we are able to drop ship. I am able to find out how many units of a product we have sold by adding up some things from another table field, but it is doubling some numbers because of the duplicate numbers in the other table. How do I get a distinct record from that field only?