Results 1 to 3 of 3
  1. #1
    wasim_sono is offline Advanced Beginner
    Windows XP Access 2013 64bit
    Join Date
    May 2005
    Location
    Pakistan
    Posts
    73

    Inserting data in new colums

    Dear All

    I have a master table with data. after two months I need to insert three new colums in this table. I inserted. The table has 1500 records. I inserted data of new colums in another table. both tables have same uniue field of 'EMP NO'. Now how I enter this data in to my master table? either run an update query or append query or some thing new.

    Thanks.



    Wasim

  2. #2
    Join Date
    Feb 2006
    Posts
    2
    this is off the top of my head, but you "should" in theory be able to an update query, sql would be similair to this:

    insert into <table name here> column1, coluhm2, etc, where emp no.table1 name = emp no.table name

    i don't think an update query has to have the two tables match exactly, ie the columns must be exact, like if you were importing new information, and the join might need to be revesed, ie it might be emp no.table name = emp no.table1 name, again this is off the top of my head, as i am at work, hope this helps, and if not i can look in my books, or perhaps matthewspatrick could assist, he seems to be a wiz at access and answers all questions asked here.

  3. #3
    wasim_sono is offline Advanced Beginner
    Windows XP Access 2013 64bit
    Join Date
    May 2005
    Location
    Pakistan
    Posts
    73
    Thanks for the reply. sorry for my words that they flew over ur head. :shock:

    I tried insert command but it gives syntax error at colum1. Have any other idea? I hope mathew will reply me If he look it.


    Wasim

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

Similar Threads

  1. Inserting multiple records into a table
    By New2Access in forum Programming
    Replies: 1
    Last Post: 07-07-2011, 09:18 PM
  2. Inserting data through forms
    By nivi30 in forum Forms
    Replies: 1
    Last Post: 12-17-2008, 07:57 AM
  3. Inserting into multible cell
    By Intersysop in forum Access
    Replies: 1
    Last Post: 10-19-2006, 08:07 AM
  4. Inserting Picture in MS Access Message
    By wasim_sono in forum Programming
    Replies: 0
    Last Post: 01-17-2006, 03:46 AM
  5. inserting bound pictures
    By inquisitive in forum Access
    Replies: 1
    Last Post: 01-09-2006, 09:59 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