sorcerer11
MIS
I have a weird problem with selecting between two dates if the dates have been worked out using an expression.
For example here is my expression.
Real Date: IIf([ShiftPat]="Night",[CDate]-1,[CDate])
and here is my selection critera
Between [Enter First Date?] And [Enter Last Date?]
This doesn't work because it gives me an incorrect selection of dates, it basically treats it like a number. Any ideas on how I can get Access to recgonize this as a date. I have tried various conversion statements and I haven't had much luck.
Thanks
Sorcerer
For example here is my expression.
Real Date: IIf([ShiftPat]="Night",[CDate]-1,[CDate])
and here is my selection critera
Between [Enter First Date?] And [Enter Last Date?]
This doesn't work because it gives me an incorrect selection of dates, it basically treats it like a number. Any ideas on how I can get Access to recgonize this as a date. I have tried various conversion statements and I haven't had much luck.
Thanks
Sorcerer