Rx_
Nothing In Moderation
- Local time
- Yesterday, 23:23
- Joined
- Oct 22, 2009
- Messages
- 2,803
The underlying table is determining the First record once the GroupBy has been completed.
Users may not enter records in order. A status field (and associated Order field) determins the status. In a custom make table, only the latest status needs to be displayed.
A Pre-Sort table was created. Sure enough, the order looks perfect.
Now, if only the first record for each Well_ID (much like a Customer_ID) could be output. Instead, the First reverts to the underlying table and the order that the user entered the records for each Well_ID.
Searching this forum and many other forums, this seems to be a common question. And, one lacking a good answer. I am fustrated and ready to just write a VBA solution. I woul be very greatful for an explanation or solution.
Users may not enter records in order. A status field (and associated Order field) determins the status. In a custom make table, only the latest status needs to be displayed.
A Pre-Sort table was created. Sure enough, the order looks perfect.
Now, if only the first record for each Well_ID (much like a Customer_ID) could be output. Instead, the First reverts to the underlying table and the order that the user entered the records for each Well_ID.
Searching this forum and many other forums, this seems to be a common question. And, one lacking a good answer. I am fustrated and ready to just write a VBA solution. I woul be very greatful for an explanation or solution.