Results 1 to 2 of 2
  1. #1
    DK22 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Apr 2014
    Posts
    1

    StrConv missing only č,ć


    Hello,

    Im linking table and generate query...tables are unicode and have č,ć,ž,đ,š

    When Im using StrConv query result missing only these two: Č and Ć

    Any help? Thanks!

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,441
    At a quick glance I just see that it's converting those two characters to an english C

    Check this link, the base documentation doesn't seem to support them
    http://office.microsoft.com/en-us/wo...010167539.aspx

    There is a link within that document that leads to the unicode page here:
    http://unicode.org/charts/

    I don't know what language you're trying to get the unicode upper/lower case for but access's ability to convert it may be limited.

    You may be able to get it to work if you populate the LCID variable of the strconv function.

    Here is a list of localeID's

    http://msdn.microsoft.com/en-US/goglobal/bb964664.aspx

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

Similar Threads

  1. Web GUI am I missing it?
    By Runningace in forum Database Design
    Replies: 1
    Last Post: 02-15-2014, 01:24 AM
  2. What am I missing???
    By tyewonk in forum Access
    Replies: 4
    Last Post: 10-14-2013, 12:07 PM
  3. What am I missing????
    By Loc in forum Queries
    Replies: 6
    Last Post: 05-25-2013, 07:11 PM
  4. Force First Letter of every word to UPPERCASE (no StrConv)
    By yohansetiawan in forum Programming
    Replies: 13
    Last Post: 03-22-2012, 01:58 AM
  5. ok what am i missing here ?
    By baseborn in forum Forms
    Replies: 6
    Last Post: 12-21-2010, 01:46 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