D
Dave Cullen
I have a table of product shipments and the boss wants to know how many
different product part numbers were shipped since June 1st.
PART_NO is text, SHIP_DATE is time/date data types.
If I make a single column query with only PART_NO, and select
"UniqueValues" in the properties, it'll show me one occurrance of each
number. Good. But when I add another column (the date), I get multiple
records for each part number because Access wants to include the date as
part of the unique qualifier.
How do I specify that only the PART_NO column is used to determine
uniquness?
Thanks
different product part numbers were shipped since June 1st.
PART_NO is text, SHIP_DATE is time/date data types.
If I make a single column query with only PART_NO, and select
"UniqueValues" in the properties, it'll show me one occurrance of each
number. Good. But when I add another column (the date), I get multiple
records for each part number because Access wants to include the date as
part of the unique qualifier.
How do I specify that only the PART_NO column is used to determine
uniquness?
Thanks