Date

N

nl

In a query or report, where there's a date field, in that
field is a list of date for a record, and the a record has
differents dates, how can I show only the first date for
that record?

Example: Record 1 Date
tel 06/01/04
tel 06/02/04
mes 06/02/04
mes 06/05/04
I want only to show the record name and the first date in
order for that record. (tel 06/01/204 mes 06/02/04)

thank you.
 
J

Jim/Chris

You might want to put min rather than first in case the
records were added in random order.

Jim
-----Original Message-----
Do a totals query on that table and do a Group by on the
Name field and a First of on the date field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top