M
magmike
Using this code:
=IIf(IsNull([nCreateDate]),"",Format([nCreateDate],"m/d/yy (dddd)") &
" at " & Format([nCreateTime],"h:nn ampm"))
I label a note record for a company which looks something like this:
5/22/08 (Thursday) at 10:32 AM
I have been trying to make it look like this if the dates are recent:
12/24/08 (Yesterday) at 6:14 PM
or
12/16/08 (Last Tuesday) at 8:41 AM
But am striking out. Does anyone have experience with this?
Thanks in advance!
magmike
=IIf(IsNull([nCreateDate]),"",Format([nCreateDate],"m/d/yy (dddd)") &
" at " & Format([nCreateTime],"h:nn ampm"))
I label a note record for a company which looks something like this:
5/22/08 (Thursday) at 10:32 AM
I have been trying to make it look like this if the dates are recent:
12/24/08 (Yesterday) at 6:14 PM
or
12/16/08 (Last Tuesday) at 8:41 AM
But am striking out. Does anyone have experience with this?
Thanks in advance!
magmike