
Signature
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.
Yes it is. There was no reson for it to not be working which was why I was
posting on here.
But its all moot now, I converted it all to text and made a formatting
function to do it correctly.
Thanks for trying to help.
> Is the field type a Date/Time data type or Text?
>
[quoted text clipped - 8 lines]
> >> >
> >> >Thanks
Matthias Klaey - 01 Nov 2006 19:15 GMT
>Yes it is. There was no reson for it to not be working which was why I was
>posting on here.
[quoted text clipped - 16 lines]
>> >> >
>> >> >Thanks
[...]
Trying to clarify: If [DateRecord] is a Date/Time field in your table,
you can do something like this in the query underlying the report:
SELECT Format([DateRecord],"<your preferred format>" AS DisplayDate
ORDER BY [DateRecord];
Note that the ordering is on the "pure" field, not on the formatted
field. This should give you the correct order for any format that you
wish to display.
HTH
Matthias Kläy

Signature
www.kcc.ch