Results 1 to 8 of 8
  1. #1
    abdullahsikandar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    12

    Currency Conversion

    Does anyone have currency conversation here? in Access?

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,928
    What do you mean by 'currency conversion' - international monetary exchange rates?
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    abdullahsikandar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    12
    Yes June7, I want to make a form where i can give the amount manually for every currency and then change it accordingly to the other currency.

    For example :

    I have USD and want to change it to EUR, so user can say 1 dollar= 500 EUR manually and give the total amount and get the result. Its sort of Currency calculator.

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,928
    Maybe a form with 3 controls. Enter USD amount in textbox, select a country in a combobox, expression in another textbox calculates the foreign currency.

    The combobox could have a RowSource from a table of countries and their exchange rate as related to USD. The RowSource would have two columns. The calculation in textbox could be like:

    =[tbxUSD] * [cbxCountry].Column(1)
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    abdullahsikandar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    12
    Thanks can you provide me the whole code? I didn`t write anything... yet?

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,928
    What code? Nothing I described requires any VBA or macro code.

    It's a simple unbound form with 3 unbound controls.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  7. #7
    abdullahsikandar is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2014
    Posts
    12
    Well I didn`t get it then can you explain me how to do it?

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,928
    1. build table of countries with exchange rate

    2. build form with 2 textboxes and 1 combobox

    3. set combobox RowSource to pull data from the table

    4. put described expression in ControlSource of 1 textbox

    This is very basic Access functionality.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. MDE TO MDB conversion
    By cooglerj in forum Import/Export Data
    Replies: 2
    Last Post: 05-05-2014, 10:58 AM
  2. Replies: 5
    Last Post: 12-21-2013, 11:19 AM
  3. automatic currency conversion
    By skrebsky in forum Access
    Replies: 3
    Last Post: 04-28-2011, 07:35 PM
  4. Replies: 2
    Last Post: 03-23-2011, 11:43 AM
  5. UM Conversion
    By Rawb in forum Database Design
    Replies: 5
    Last Post: 01-24-2011, 04:02 PM

Tags for this Thread

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