R
R.Gunn
Out of a query which is being used to produce a picking list I need to
produce box labels.
The database is laid out such that in this query the same destination number
has multiple instances of items.
E.g.
Destination Item
AB001 Apple
AB001 Pear
AB001 Cabbage
AB002 Pear
AB003 Apple
AB003 Tomatoe
etc.
I only want one box label for each of these destinations.
How can I make the query show just one (the first?) record it comes across
for each destination. I am not interested in the "item" for the box labels
as the picking note is itemised. its just the destination + a few other
fields - county, state etc.
Many thanks
Richard
produce box labels.
The database is laid out such that in this query the same destination number
has multiple instances of items.
E.g.
Destination Item
AB001 Apple
AB001 Pear
AB001 Cabbage
AB002 Pear
AB003 Apple
AB003 Tomatoe
etc.
I only want one box label for each of these destinations.
How can I make the query show just one (the first?) record it comes across
for each destination. I am not interested in the "item" for the box labels
as the picking note is itemised. its just the destination + a few other
fields - county, state etc.
Many thanks
Richard