Conversions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to know the code for converting figures into words i.e 4000 has
to be converted into Four Thousand.

And also pls provide me the code for collection of fees: if a student total
amount is 5000 and he pays in installments, say 1000 and 4000, How do we
update his record.
 
thanks for your help. but how do i use that code....i mean the linking of the
figure fieild with this one. Pls
 
Thanks once again for your reply. I could initiate the code in my database
but a minor problem is that at the end of the conversion I am getting exactly
instead of only. can you rectify this problem. pls help
 
In the code, search for the word "exactly" and replace it with only

For example in the English function it say
Buf = Buf & " exactly"

Change to
Buf = Buf & " only"
 
Thanks once again for your prompt reply.
Ofer said:
In the code, search for the word "exactly" and replace it with only

For example in the English function it say
Buf = Buf & " exactly"

Change to
Buf = Buf & " only"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

calculating on 2 terms 1
Forms 7
fees 2
Field Calculation 3
convert numercials into words 1
Student Fees 6
I need to create a columns to calculate my records totals 1
The query cannot be completed. 1

Back
Top