Results 1 to 3 of 3

Thread: show rate money in report

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    show rate money in report

    i have table ratemoney in database
    TBLRatemoney
    Rate_Name char 10
    Rate_Money money

    Select * from TBLRatemoney
    USD 1
    EUR 2

    in report i want to show it

    USD 1 200(1*200)
    EUR 2 400(2*200)

    do you understand me?

  2. #2
    Member
    Join Date
    Feb 2009
    Location
    India
    Posts
    48

    Re: show rate money in report

    What u want as output? Do you want to calculate like 1* 200 or whatever ?
    if you only want to show the calculation then create a function and multiply it something like this.
    Code:
    Rate_Name & Rate_Money * 200
    Karun

    Dont forget to Rate my post,if you like it. Thank you.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Dec 2008
    Posts
    144

    Re: show rate money in report

    No i want to show in my report
    In report have function?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width