kstearns04
Programmer
I have an Access DB which stores a Week Ending value as a number. I have created a report which needs the actual Week Ending Date which calculates fine (WeekEndingDt: IIf(([WEEKENDING]=0),"",DateAdd("ww",[WEEKENDING],"12/31/89"), however when I sort, I get January, October, November, December, February, and so on. It appears that the calculation is seen as a text format, not date format. I am actually trying to use a Between...And to pull specific date ranges but I get incorrect data unless the date range is for February through September! Is there a way to force a date data type within the recordsource of my report or some other solution to this problem? Thank you for any help possible!