cdoyle
06-01-2007, 11:23 AM
I'm not sure why I can't think of how to fix this, but I'm missing something
I have a table with a column for 'birthdays' The format is mm/dd, and a form for the users to put in their birthday.
When you look at the table, it may look like 05/12. But if you click on the cell it's shows it as 05/12/2007.
The problem I'm running into, I have a Data Access Page that displays all the birthdays grouped by month. But for some reason all the entries from 2006 are grouped by month, but then all the entries we've made in 2007 are grouped together by themselves.
so we have
(all the entries we made in 2006)
June
July
etc
but then at the end of the list
we have again
June
July
etc (these are the ones we entered in 2007)
Is there a way to store a date as only mm/dd?
Or is there a way to make the DAP group these by month, and ignore the year?
I have a table with a column for 'birthdays' The format is mm/dd, and a form for the users to put in their birthday.
When you look at the table, it may look like 05/12. But if you click on the cell it's shows it as 05/12/2007.
The problem I'm running into, I have a Data Access Page that displays all the birthdays grouped by month. But for some reason all the entries from 2006 are grouped by month, but then all the entries we've made in 2007 are grouped together by themselves.
so we have
(all the entries we made in 2006)
June
July
etc
but then at the end of the list
we have again
June
July
etc (these are the ones we entered in 2007)
Is there a way to store a date as only mm/dd?
Or is there a way to make the DAP group these by month, and ignore the year?