Results 1 to 2 of 2
  1. #1
    jamie is offline Novice
    Windows XP Access 2007
    Join Date
    Nov 2009
    Posts
    2

    help with insert

    I am trying to insert information into a table and It's not working. Here is the statement I have been working on for two hours



    Code:
    INSERT INTO tblCondoCopy ( CondoNumber, CondoAddress, AcceptsPets, BuildingName, BedroomCount, ViewType )
    VALUES ("P99", "S747", "1", "The Shores", "3", "Ocean View");
    when I check the query, It puts in the values but changes the field names to Expr1000, Expr1001,1002 and so on

  2. #2
    Rainlover's Avatar
    Rainlover is offline Expert
    Windows XP Access 2003
    Join Date
    Nov 2009
    Location
    Queensland Australia
    Posts
    691
    I do not understand your objective. More especially why you would Hard Code the Values you wish to Insert.

    Can you post a copy of you Database in 2003. I do not use 2007.

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

Similar Threads

  1. Insert only permission?
    By wordracr in forum Security
    Replies: 1
    Last Post: 01-14-2010, 04:48 PM
  2. automatic row insert
    By Jerry8989 in forum Forms
    Replies: 7
    Last Post: 09-29-2009, 06:50 AM
  3. Insert a picture with macro
    By KWarzala in forum Forms
    Replies: 8
    Last Post: 09-23-2009, 08:43 AM
  4. Insert an image in a form
    By bladu in forum Forms
    Replies: 1
    Last Post: 09-10-2009, 11:13 AM
  5. Insert Dash between set of Numbers
    By Jhankish in forum Programming
    Replies: 2
    Last Post: 04-19-2007, 08:02 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