A
Amir Surani
Hello All,
I am absolutely new on MS Access.
I have a table with two fields as follows
1) Name --Text
2) Salary -- Currency
I wish to show the Currency Field as text. I have already downloaded the
code from DevAshish website to convert the currency to text and added it as
a Module.
On the form I have added a text box and set its control property to
=ConvertCurrencyToEnglish(salary), but it shows #Name, instead of the
currency figure in text ex. my salary column is 123, so it should show One
Hundred Twenty Three.
I have tested the module in the Immediate Window and it works fine.. But it
show #Name on the form..
What am I doing wrong?
I have searched the newsgroup and also downloaded a sample file.. but since
I am a beginner I cannot get the ball rolling.
Would somebody help me with my above database where in I want to show the
Salary field as text using the ConvertCurrencyToEnglish module?
Thanks in advance
Rashid Khan
I am absolutely new on MS Access.
I have a table with two fields as follows
1) Name --Text
2) Salary -- Currency
I wish to show the Currency Field as text. I have already downloaded the
code from DevAshish website to convert the currency to text and added it as
a Module.
On the form I have added a text box and set its control property to
=ConvertCurrencyToEnglish(salary), but it shows #Name, instead of the
currency figure in text ex. my salary column is 123, so it should show One
Hundred Twenty Three.
I have tested the module in the Immediate Window and it works fine.. But it
show #Name on the form..
What am I doing wrong?
I have searched the newsgroup and also downloaded a sample file.. but since
I am a beginner I cannot get the ball rolling.
Would somebody help me with my above database where in I want to show the
Salary field as text using the ConvertCurrencyToEnglish module?
Thanks in advance
Rashid Khan