Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2013
    Posts
    1

    Syntax error(missing operator) in query expression "siff's');'.

    Hello Friends,



    I have created a one table named "Contacts" with two fields as Fname,Lname with text data type. whenever i tried to insert name as "Macdonald's" in a Fname field using insert query as "insert into Contacts(fname) values('Macdonald's'); then it throws error as "Syntax error(missing operator) in query expression "siff's');'.".


    Please help me to solve dis issue...

    Thanks in advance..

    --Tausif

  2. #2
    alansidman's Avatar
    alansidman is offline VIP
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,529
    Your issue is that the name Macdonald's has an apostrophe in it. Here is how to get around that issues.

    http://p2p.wrox.com/sql-language/447...postrophe.html

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

Similar Threads

  1. Replies: 2
    Last Post: 03-08-2013, 12:59 PM
  2. Replies: 9
    Last Post: 01-22-2013, 04:23 PM
  3. Replies: 4
    Last Post: 07-25-2012, 04:01 AM
  4. Replies: 3
    Last Post: 08-19-2011, 09:06 AM
  5. Replies: 1
    Last Post: 10-07-2009, 07:36 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