Results 1 to 6 of 6
  1. #1
    iranbir is offline Novice
    Windows 8 Access 2013 64bit
    Join Date
    Feb 2016
    Posts
    12

    Exchange rate updation before Printing Report

    HI,



    Updating Exchange Rate before printing the Report

    I have a table tbl_LCData, which stores Exchange Rate (EXRATE)

    Since the exchange rate fluctuates, we need to update the EXRATE before printing the report rpt_LimitAvailable, which will help us for planning the outstanding amount on due date.

    We want to update the rates online from site http://www.ecb.int/stats/eurofxref/eurofxref-daily.xml

    Sample Data Attached

    Thanks
    Ranbir
    Attached Files Attached Files

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    So what do you need help with? How to download data from web into Access?

    You download the data as an xml file? Access can import XML. However, I did a test with your example xml and it didn't import nice. Might have to use text field read/write methods to parse the file and save data to table.
    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
    iranbir is offline Novice
    Windows 8 Access 2013 64bit
    Join Date
    Feb 2016
    Posts
    12
    hi,

    Thanks for prompt reply.

    I need help on how to download and update it in the database, need to update exchange rate only USD and EURO.

  4. #4
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Or you could use my currency exchange rate tracker which imports data from downloaded JSON web files.
    The data is updated from the ECB daily.

    The app is available free from http://www.mendipdatasystems.co.uk/free-apps/4592091376 as an ACCDE file
    An ACCDB version with full code is also available for a small cost
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

  5. #5
    iranbir is offline Novice
    Windows 8 Access 2013 64bit
    Join Date
    Feb 2016
    Posts
    12
    hi,

    thanks

    kindly advise how to connect this to database, however when we change the currency to INR its showing error Data type mis-match

  6. #6
    isladogs's Avatar
    isladogs is offline Access MVP / VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jan 2014
    Location
    Somerset, UK
    Posts
    6,204
    Hi

    You would need to purchase the code to link or import it into your database.

    EDIT:
    Thank you for pointing out the bug which I have just fixed
    Fixed version 1.33 is now available from the same site: http://www.mendipdatasystems.co.uk/free-apps/4592091376
    Last edited by isladogs; 01-24-2018 at 06:09 AM. Reason: Updated info
    Colin Riddington, Access MVP, Website, email
    The more I learn, the more I know I don't know. When I know I don't know, I keep quiet!

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

Similar Threads

  1. Automatic Updation of PPT in Access
    By Mahendra1000 in forum Access
    Replies: 2
    Last Post: 07-22-2015, 02:59 AM
  2. Exchange Rate Table for query
    By That_Guy in forum Queries
    Replies: 12
    Last Post: 10-15-2012, 07:58 AM
  3. Data updation & viewing
    By sachin.shelar in forum Forms
    Replies: 1
    Last Post: 10-30-2011, 01:53 AM
  4. Multi User Updation. Help!
    By Mohideen in forum Access
    Replies: 2
    Last Post: 08-26-2011, 06:00 PM
  5. Reverse updation of table
    By elamaranr in forum Forms
    Replies: 1
    Last Post: 07-10-2011, 10:26 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