Results 1 to 3 of 3

Thread: [Resolved]Join with a Where clause

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2003
    Location
    Portville NY
    Posts
    780

    [Resolved]Join with a Where clause

    i have this sql statment
    VB Code:
    1. "SELECT [Tool Data].ToolNumber, [Tool Data].[Drawing Number],[Tool Data].[Type of Tool], [Tool data].[Die Type]," & _
    2.               "[Tool Data].[Date Created], [Tool Data].Vendor, [Tool Data].Department, [Tool Data].[Tool Number assigned by]," & _
    3.               "[Tool Data].PSketch, [Tool Data].[Storage Location],[Tool Data].PMType, Status.Description, Status.Status, Status.Date" & _
    4.               " FROM [Tool Data] LEFT JOIN [Status] ON [Tool Data].ToolNumber = Status.[Tool number]"
    i was wondering if i can put a where clause in there? if so where does it go?
    Last edited by Dubya007; Aug 19th, 2004 at 09:51 AM.
    "...Men will still say THIS was our finest hour"
    If a tree falls in the woods and no one is there to see it, do all the other trees make fun of it?

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