|
Marc, My experience sorting dates is from R:Base 4.0 days. I never liked the way it sorted dates so I created a calculated field in my tables so I can sort dates consistently. I am assuming that "doitdate" in your example is a date field. Here's what I use to sort the field Duedate ((iday(duedate))+((imon(duedate))*32)+((iyr(duedate))*400)-730000) It may seem a bit crude in today's world but I frequently use multi-table forms and the rows with Duedate are presented as desired by sorting on this calculated Duedate rather than Duedate itself. Ed Oct 28, 2009 08:44:27 AM, [email protected] wrote:
|
- [RBASE-L] - Re: Arrange By Ed Rivkin
- [RBASE-L] - Re: Arrange By MDRD
- [RBASE-L] - Re: Arrange By jan johansen
- [RBASE-L] - Re: Arrange By MDRD

