On Mon, 17 Jan 2011 07:06:09 -0800 (PST), pat67 <(E-Mail Removed)> wrote:
>I actually was able to figure this out but now the issue is sorting.
>Since the months have abbreviated names, Apr comes first. Is there a
>way to sort Jan first?
Include the month twice: once using Format([datefield], "mmm") to get the
alphabetic month name, once using Month([datefield]) to get an integer month
number. Display the first of these, sort by the other.
--
John W. Vinson [MVP]
Microsoft's replacements for these newsgroups:
http://social.msdn.microsoft.com/For...-US/accessdev/
http://social.answers.microsoft.com/.../en-US/addbuz/
and see also
http://www.utteraccess.com