Results 1 to 2 of 2

Thread: Copy specific data to another table

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 1999
    Location
    Philippines
    Posts
    7

    Unhappy

    I am currently developing an inventory database. The items usually are consigned to a shop and then it's either returned to the head office and it will be consigned again to another shop or it will be sold. Is there a way that I can transfer all the sold items to a new table without fearing that the others will stay on the movement table?

  2. #2
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655
    try to use an sql statement similar to the following:

    Code:
    Select * Into SoldItems from MyItems where IsItemSold = 'True'
    www.RealisticGraphics.net

    Running VS.Net Enterprise & VB 6

    Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML

    MSN Messenger: kmsheff

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width