J
JBM
Guest
I have read through several posts and still aren't sure how to do this:
I have report that is generated based on a query which is based on a date range prompt. I would like to have the report generated in an ascending date range (i.e. - M/D/Y). The date field is a "Short Date" type. The date range criteria for the query cloumn is:
Between [Forms]![Event Date Prompt]![Beginning Date] And [Forms]![Event Date Prompt]![Ending Date]
It sounds like from what I've read that I need to tag on to the end of the above code something like:
MonthDayYear([DateField])
Just not sure exactly how to code it. Any suggestions...Thanks Much!
I have report that is generated based on a query which is based on a date range prompt. I would like to have the report generated in an ascending date range (i.e. - M/D/Y). The date field is a "Short Date" type. The date range criteria for the query cloumn is:
Between [Forms]![Event Date Prompt]![Beginning Date] And [Forms]![Event Date Prompt]![Ending Date]
It sounds like from what I've read that I need to tag on to the end of the above code something like:
MonthDayYear([DateField])
Just not sure exactly how to code it. Any suggestions...Thanks Much!