Results 1 to 4 of 4
  1. #1
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53

    repeat table


    Could you please help, I want create query that will put date from one table to another?

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,641
    Maybe something like:

    INSERT INTO table1(field1, field2, field3) SELECT field1, field2, field3 FROM table2;

    Without more info about what you really need to accomplish and your data structure, can't be more specific.
    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.

  3. #3
    vugar is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Apr 2014
    Posts
    53
    Can I do it with Query?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,641
    What I posted is the statement for an SQL action query.
    Use query builder. Switch to SQL View to see and edit the statement.
    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.

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

Similar Threads

  1. Do not repeat
    By tanyapeila in forum Reports
    Replies: 7
    Last Post: 04-10-2014, 12:55 PM
  2. Replies: 30
    Last Post: 08-15-2012, 02:25 PM
  3. Repeat Header on Report table
    By dr4ke in forum Reports
    Replies: 10
    Last Post: 07-24-2012, 09:23 AM
  4. Replies: 3
    Last Post: 04-11-2012, 05:10 PM
  5. Clearing old table for repeat import
    By jasonbarnes in forum Import/Export Data
    Replies: 4
    Last Post: 02-13-2011, 04:00 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