Results 1 to 3 of 3
  1. #1
    sanbhau is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2016
    Posts
    7

    Question Converting Date in Words

    I want to derive a field containing the dates in another field written as words in access query. Eg. Field1 contains date of birth such as 18-May-1989, i want to get 'Eighteenth May, Nineteen hundred Eighty Nine in Field2 in corresponding record. Is it possible?


    Is it possible? Pl. guide me in simple terms concerning my lower skill level.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows 8 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    I found this via google. I have tested it.
    http://www.pcreview.co.uk/threads/co...words.3841289/

    Code:
    Sub testdateWord()
    
    Dim d As Date: d = #3/7/1943#
    Debug.Print DateToWords(d)
    End Sub
    Result:

    Code:
    Seventh of March One Thousand Nine Hundred Forty-Three

  3. #3
    sanbhau is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2016
    Posts
    7
    thanks for helping. my problems have been sorted out.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 7
    Last Post: 12-26-2014, 12:17 PM
  2. converting number into words in query
    By joshynaresh in forum Queries
    Replies: 3
    Last Post: 04-02-2014, 08:17 PM
  3. converting number into words
    By joshynaresh in forum Forms
    Replies: 16
    Last Post: 02-28-2014, 12:29 AM
  4. Date converting
    By Rzadziu in forum Queries
    Replies: 4
    Last Post: 02-03-2014, 05:54 AM
  5. Converting DATE & Time
    By johnseito in forum Access
    Replies: 8
    Last Post: 10-05-2013, 10:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums