I have a field that has a date format of mm/dd/yyyy and I need this date to provide a result of mm/yyyy to answer a parameter for another field. I need, in the query, for the answer to the question of Date Completed 01/2009 be provided from the field of Field Date 01/22/2009. Does this question make sense?
Basically they are the same but the date stored in the Date completed does not need to be the full date just the month and year but I need the max of this field (which could contain sever years of data) to be answered without having to retype it for every report. Since I already store (in the query) a Max of Field date it would be wonderfult it this could provided the answer to the parameter in the query minus the day so it does not have to be retyped.
Thanks
Basically they are the same but the date stored in the Date completed does not need to be the full date just the month and year but I need the max of this field (which could contain sever years of data) to be answered without having to retype it for every report. Since I already store (in the query) a Max of Field date it would be wonderfult it this could provided the answer to the parameter in the query minus the day so it does not have to be retyped.
Thanks
Comment