Results 1 to 6 of 6
  1. #1
    migo702000 is offline Novice
    Windows XP Access 2007
    Join Date
    May 2009
    Posts
    4

    Question How Can I Modify the currency symbol programmatically

    Hi everybody
    I'm from Egypt
    my Question is How can i Modify the currency symbol programmatically By access 2007??
    The Following At t. Depends on Choose Currency Type then typing amount
    to get numbers in words ..
    i want after choosing Currency Type and typing the munber
    Modify the currency symbol programmatically


    as Example
    جنيه مصرى ===> 18000.00 ===> 18000.00 ج.م.
    دولار امريكى ====>18000.00 =====> $18000.00
    AND SO ON..
    hope i clear the subject
    Best regards


  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You may be able to modify the code in this link to suit you needs.

  3. #3
    migo702000 is offline Novice
    Windows XP Access 2007
    Join Date
    May 2009
    Posts
    4

    Red face

    Quote Originally Posted by RuralGuy View Post
    You may be able to modify the code in this link to suit you needs.
    i'm sorry sir this link doesn't Satisfy my request because my At t. already converting num. to words ..
    i mean the field contains numbers how can i change the cur. symbol To suit with the cur.type which i select from the above combo box as follow:

    As example

    when i select US DOLLARS from combo box then i type the number (1000)-as example - in the next field then press enter the number converts to $1000.00
    or
    when i select EURO from combo box then i type the number (1000)-as example - in the next field then press enter the number converts to 1000.00
    or
    when i select Egyptian Pounds from combo box then i type the number (1000)-as example - in the next field then press enter the number converts to EGP 1000.00
    and so on..
    best regards

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows XP Access 2002
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    OK, now I understand and I'm afraid I do not have a solution for you. Maybe someone else knows.

  5. #5
    dcrake's Avatar
    dcrake is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Aug 2009
    Posts
    435
    What you may consider is adding a table that contains the currency character in one field and the id in another then when the user selects the currency type it goes away and get the relevant symbol. You would have to have the currency field as a double though.

    The only issue is you cannot concat this to the value as it would turn it into a string. You would need to place it next to it as a lable or a caption.

    David

  6. #6
    migo702000 is offline Novice
    Windows XP Access 2007
    Join Date
    May 2009
    Posts
    4
    thank for all of you.
    regrades

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

Similar Threads

  1. Change Row Background Color Programmatically
    By sales@4bco.com in forum Programming
    Replies: 2
    Last Post: 10-25-2009, 11:17 AM
  2. Inch symbol in query filter criteria
    By sprovoyeur in forum Queries
    Replies: 3
    Last Post: 10-01-2009, 11:24 AM
  3. Import and Modify data
    By crownedzero in forum Forms
    Replies: 7
    Last Post: 06-16-2009, 11:58 AM
  4. accurate currency values
    By eaanton in forum Access
    Replies: 1
    Last Post: 11-20-2008, 11:38 AM
  5. Replies: 10
    Last Post: 11-13-2006, 02:07 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