Results 1 to 5 of 5
  1. #1
    jlduval is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Posts
    3

    Question [AXS 2013] - Automatic translation of a column (field) currency (us/uk) => devise (fr)

    Hi,


    I am a newbie and I apologize in advance if I don't post the thread in the right place.


    Currently, I develop an Access application (+ VBA).
    Clients computers are English and the developers works with french clients.




    When updating the application to the French posts, the word "currency" is automatically replaced by "devise" in all requests.
    The name of the column in the table remains "currency".


    Do you know how to disable the automatic "translation"?


    Thank you in advance for your answers, tracks or help that could help me in solving my problem.

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    What is a 'request'? A query?

    Currency is a reserved word. Should not use reserved words as names. http://allenbrowne.com/AppIssueBadWord.html

    CurrencyUnit would be better.
    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
    jlduval is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Posts
    3
    Thank you very much
    Yes "request" was query (sorry)

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,644
    Does changing field name help? Or make sure it is enclosed in [], although I encountered a situation where that did not help. Reserved words as field names is bad.
    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
    jlduval is offline Novice
    Windows 7 64bit Access 2013
    Join Date
    Jan 2015
    Posts
    3
    Hi,
    Yes the issue has been fixed
    Thank you very much

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

Similar Threads

  1. Replies: 6
    Last Post: 11-05-2015, 06:14 AM
  2. Replies: 6
    Last Post: 10-09-2014, 12:41 PM
  3. automatic currency conversion
    By skrebsky in forum Access
    Replies: 3
    Last Post: 04-28-2011, 07:35 PM
  4. Need help in VBA programming (java translation)
    By toqilula in forum Programming
    Replies: 1
    Last Post: 04-21-2011, 02:37 AM
  5. Replies: 2
    Last Post: 03-23-2011, 11:43 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