as I caught only the month of dates?
I tried using the function: left (Date, 4) but is catching on too. Please help me out.
as I caught only the month of dates?
I tried using the function: left (Date, 4) but is catching on too. Please help me out.
Try:
Month(Date)
Is Date the name of a field? Date is a reserved word. Should not use reserved words as names.
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.
It's working. So if I put the year to pick up day (date). Thank you so much.