Results 1 to 2 of 2

Thread: SQL Filtering In Access

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2000
    Posts
    4

    Question

    I am using an Access database with a VB6 front-end. Does anyone know how I can save the results from a query on a table into a new table so I have just the filtered rows?

    Thanks
    Tom

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    London
    Posts
    1,008
    Tom,

    Just add "INTO NewTable" into your SQL query where NewTable is your new table name.

    i.e. use SQL: SELECT Fields INTO NewTable FROM OldTable WHERE etc...

    Cheers,

    Paul.
    Not nearly so tired now...

    Haven't been around much so be gentle...

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