Results 1 to 2 of 2
  1. #1
    misi06 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2016
    Posts
    1

    Question Query that replaces data only in the results of the query

    Hi,


    I have little experience with access databases but i have been wondering about the issue. I have a database with specific column that contain 3 values: High, Medium, Low(in my native language).
    So far i have a query counting the number of appearances each one of them. I would like the same query but with exception that it will change the text in my native language into English ones(High, Medium, Low).
    Is there any way I could do it?

    Thanks in advance!
    misi06

    EDIT: To be clear I want the 3 values ot be changed only in query, not in the database.

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    Make a translation table,it has 2 columns....English,your language.
    put in the 3 records,
    high,xxx
    low,yyy
    medium, zzz

    in and update query, join your data tbl to the translation table,
    update the field needed to the tTrans.English field.

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

Similar Threads

  1. Query Results Not Limited to Data Entries
    By cperry88 in forum Queries
    Replies: 3
    Last Post: 01-23-2014, 12:52 PM
  2. Query To Pareto Test Results Data
    By rmoreno in forum Queries
    Replies: 1
    Last Post: 06-06-2013, 02:58 PM
  3. Replies: 2
    Last Post: 12-17-2012, 03:46 PM
  4. Query - 3rd table w/no data skews results
    By rx8pdx in forum Queries
    Replies: 5
    Last Post: 05-03-2012, 02:30 PM
  5. Replies: 1
    Last Post: 10-24-2011, 04:11 PM

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