Share via

Word func in access

Anonymous
2016-03-26T18:04:00+00:00

I use rswords macro in excel to convert  no into word...like =rswords(40), gives a answer of Rupees forty only, now in My access query i want to convert some nos into words (indian rupee), is that possible in acess.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. HansV 462.6K Reputation points
    2016-03-27T12:41:04+00:00

    If you need a version that uses the Indian numbering system with lakh for 10000, crore for 10000000, etc., you can use the code from http://www.eileenslounge.com/viewtopic.php?f=27&t=22506&p=175082#p175082

    The workbook attached to that post contains a module with the code you need. You can easily copy the code into a module in your database.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2016-03-27T11:51:00+00:00

    You'll easily find code for converting numbers to a text string by googling around a little, e.g  the module at:

    https://support.microsoft.com/en-us/kb/213360

    This is published for Excel, but will work in Access.  It would be an easy task to modify the code to output the values in rupees and paise with a few 'find and replace' operations (I've done it for pounds and pence) or to return a value in rupees only.  If you wish to add the word 'only' to the return value that again would be a simple modification.

    Was this answer helpful?

    0 comments No comments
  3. HansV 462.6K Reputation points
    2016-03-27T09:24:38+00:00

    Can you view the code in the add-in, or is it locked?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-03-27T02:41:47+00:00

    Actually it is a addins in excel, how can i add addins in access

    Was this answer helpful?

    0 comments No comments
  5. HansV 462.6K Reputation points
    2016-03-26T18:22:20+00:00

    Copy the code for the rswords function (plus supporting functions if necessary) into an ordinary module in your Access database. You can then use rswords in queries and in the control source of text boxes on forms and reports in your database.

    Was this answer helpful?

    0 comments No comments