S
Sean
I have a query that pulls 3 fields from a table, field1 is a date/time stamp,
field 2 is a part number, and field 3 is the order number. Let say I have
part# Y12345 and there is a quantity of 5 on the order. This part number
will show 5 times in the table beauce each quantity of 1 will have a
different time stamp. I want the partnumber to show 1 time in my query, not
5 times, and I still need the time stamp. Is there a way to limit the query
to pull just the 1st part number? Distinct would work if there wasn't a time
stamp, nut I need the time in this query.
Thanks,
field 2 is a part number, and field 3 is the order number. Let say I have
part# Y12345 and there is a quantity of 5 on the order. This part number
will show 5 times in the table beauce each quantity of 1 will have a
different time stamp. I want the partnumber to show 1 time in my query, not
5 times, and I still need the time stamp. Is there a way to limit the query
to pull just the 1st part number? Distinct would work if there wasn't a time
stamp, nut I need the time in this query.
Thanks,