Can't figure out how to write the query!!

  • I am attempting to write what is for me a very large query. The query will eventually get much more complex so I am trying to break it down into smaller steps. Here is my initial query which works just fine:

    SELECT ci.StmtNum, s.Stmt, s.Count_Range

    FROM tblClientImport ci INNER JOIN

    tblStatements s ON ci.StmtNum = s.StmtNum

    WHERE (tblClientImport.SurveyNum = 1840)

    ORDER BY ci.ReportNum

  • Ummm... What's your question?

  • Thats a good Start, but as IAN mentioned.. Whats your Question... Also if possible Pl include Table Scripts and SAMPLE inserts... Pl 🙂

  • This topic is no longer valid!! I started another one yesterday with the heading: Updated Can't figure out how to write the query!! and I received some good replies.

    I have tried to delete this topic but to no avail.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply