N
NC_Sue
I have a contacts database in which I have birthdays listed for some (not
all) of the contacts and in which years of birth are know for some (not all)
of the contacts. I have 2 date fields I'm working with: DOB (full date of
birth), format mmmm dd yyyy, and MonthDayOnly, format mmmm dd. What I want to
do is design a query that will allow me to design a report which will group
on month, then sort by date within month, then sort by last name if multiple
contacts are have the same birthday. Using the MonthDayOnly field, everything
sorts correctly. But when I try to manipulate queried data to produce the
sort of sort I want, everything gets bollixed up. I think it's because I know
the year of birth for some - not all - of my contacts & therefore it's
sorting by year, then month, then day... but if that's the case, the
MonthDayOnly sort should be screwy too. Can you help?
(PS - If I sound incoherent & confused, it's because I'm completely
confused!!!)
all) of the contacts and in which years of birth are know for some (not all)
of the contacts. I have 2 date fields I'm working with: DOB (full date of
birth), format mmmm dd yyyy, and MonthDayOnly, format mmmm dd. What I want to
do is design a query that will allow me to design a report which will group
on month, then sort by date within month, then sort by last name if multiple
contacts are have the same birthday. Using the MonthDayOnly field, everything
sorts correctly. But when I try to manipulate queried data to produce the
sort of sort I want, everything gets bollixed up. I think it's because I know
the year of birth for some - not all - of my contacts & therefore it's
sorting by year, then month, then day... but if that's the case, the
MonthDayOnly sort should be screwy too. Can you help?
(PS - If I sound incoherent & confused, it's because I'm completely
confused!!!)