Results 1 to 13 of 13
  1. #1
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20

    Question Chinese Symbols in Access 2010

    I have created a database in Access 2010 which has a "Main" form comprised of two parts. The top half has basic demographic information, and the bottom half has household members (which can be clicked on to take you to their individual record). Both halves access the same table. Sometimes when an employee adds a person to the bottom section ... Chinese symbols occur. I know how to correct these symbols fairly quickly ... but for the life of me ... I can't figure out how to stop them. It can happen once/month ... or several times a day. Any ideas???

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    what font is the form set to?

  3. #3
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20
    The top part is Calibri ... the bottom is Calibri (detail). Would that make a difference??

  4. #4
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    it could have Chinese in it.

  5. #5
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20
    I believe the Chinese represents a corrupted file.

  6. #6
    Mahendra1000 is offline Competent Performer
    Windows XP Access 2007
    Join Date
    Sep 2013
    Posts
    101
    How you are gonna fix those symbols?

  7. #7
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20
    You have to get behind the scenes ... run compact and repair (which puts the corrupted line at the bottom) ... and then remove the line. Sometimes if you don't run compact and repair ... it won't let you delete it. If you don't remove the corrupted file ...it will start affecting the database (drop down boxes won't work, etc).

  8. #8
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    Is there a query involved that is calling a form's field value?

  9. #9
    howlettb is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Dec 2012
    Posts
    20
    I'm not 100% sure what you mean ... but I think yes. The Main form is made up of 2 subforms. Each subform is accessing the same table (MainT) ... and each has a query that is putting paremeters on a field. I think part of the problem is that I'm using the same table in each of the subforms ... but not sure how to do it any other way.

  10. #10
    peiyezhu is offline Novice
    Windows XP Access 2003
    Join Date
    Sep 2015
    Posts
    8
    can you upload a file for research?

  11. #11
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,641
    Two subforms bound to same data source is unusual and can cause issues if both forms are trying to edit same record. Why would you have this arrangement?

    If you want to provide db for analysis as suggested by peiyezhu, follow instructions at bottom of my post.
    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.

  12. #12
    JeroenMioch's Avatar
    JeroenMioch is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    May 2012
    Location
    Den Haag, Netherlands
    Posts
    368
    I used to have the same issue in one of my databases.
    Once i let a Chinese woman look at the characters and she told me she could not decipher it.
    I didnt ask her if it is just another language or that the letters and numbers didnt make any sense
    It is my believe that the corruption is a result of a record being edited by two instances at the same time, either by users or programmatically like VBA or SQL.

    What i did was put a recordlock in place as described here : http://www.databasedev.co.uk/multi-u...d-locking.html
    I never saw the Chinese characters again but i must say i did compact & repair first. So im not sure which one helped.
    Recordlock can be a good idea anyway when you have multiple users that can coincidentally access the same record.
    The pop-up that access does "This record is edited by another user, do you want to save or copy to clipboard" is confusing for users and results in loss of data.

  13. #13
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    Let me re-ask the question another way: do the Chinese symbols display in the query .... you see them you say in the form, but the form is displaying data from a query...so looking at the query results directly are you getting these symbols there?

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

Similar Threads

  1. Insert Symbols
    By Eddy Sincere in forum Access
    Replies: 3
    Last Post: 08-08-2014, 12:42 PM
  2. Replies: 1
    Last Post: 10-31-2013, 09:01 AM
  3. Replies: 9
    Last Post: 08-19-2013, 05:55 PM
  4. (bug) Chinese characters
    By JeroenMioch in forum Access
    Replies: 1
    Last Post: 08-09-2013, 09:15 AM
  5. Chinese Characters on Reports
    By caddadd in forum Reports
    Replies: 2
    Last Post: 02-04-2010, 02: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