Hi
I have a date field like 06/03/13
I would like to exstract the day so I get a field with 06/13 only
Please advice
Yardena
Hi
I have a date field like 06/03/13
I would like to exstract the day so I get a field with 06/13 only
Please advice
Yardena
Try:
Format([date field], "dd/yy")
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Thank you very much
So simple
Yardena