gojets1721
Registered User.
- Local time
- Today, 14:35
- Joined
- Jun 11, 2019
- Messages
- 430
I have a query where one row is a bunch of dates. Is it possible for a report to display the oldest date listed in the query?
The file you posted does not include a report. It would have been nice to see what you were actually trying to do.Is it possible for a report to display the oldest date listed in the query?
Sorry but you're not missing much. It's literally completely blank outside of an empty small box (with the hopes that the earliest date can go in there lol)The file you posted does not include a report. It would have been nice to see what you were actually trying to do.
CDate( Replace( DMin( "[your-date-field]", "your-table-name" ), "T", " " ) )
If the date ALWAYS includes that "T" in it and no other letter, do this: