revver
Active Member
- Joined
- Dec 20, 2007
- Messages
- 257
I have a form/subform based on two related tables (1-many) in the usual way. The subform has a date field.
For a given record in the main form I want to find the (date of the) most recent detail record. My first thought is to create a RecordSet of qualifying detail records ordered by date descending. The first record in this RecordSet will be the one I want.
Now I think there is probably a better way than using a RecordSet. Any ideas?
For a given record in the main form I want to find the (date of the) most recent detail record. My first thought is to create a RecordSet of qualifying detail records ordered by date descending. The first record in this RecordSet will be the one I want.
Now I think there is probably a better way than using a RecordSet. Any ideas?