T
Tom Snider-Lotz
I've got a database that I use to keep track of events in the life cycl
of several products. The main table has fields for EventNumbe
(autonumber/key), Date, Product, and EventDescription. So each recor
corresponds to an event.
It's easy to generate a report that lists _all_ the events in the lif
of each product. What I'd like now is a report that lists only th
most recent event for each product -- basically a status report.
How do I do this?
Thanks in advance.
-- To
of several products. The main table has fields for EventNumbe
(autonumber/key), Date, Product, and EventDescription. So each recor
corresponds to an event.
It's easy to generate a report that lists _all_ the events in the lif
of each product. What I'd like now is a report that lists only th
most recent event for each product -- basically a status report.
How do I do this?
Thanks in advance.
-- To