Results 1 to 2 of 2

Thread: additional query on resultset????

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2000
    Location
    bebenia, PA, USA
    Posts
    241
    I have a stored procedure that returns invoice order numbers that did not seem to get processed.

    from those numbers listed in my result set I then want to query out all those invoice order numbers that were cancelled from another table.

    could someone give some sample code on how to do this?

    so I get a bunch of numbers back from a query and now i want to query on those numbers and make sure none were cancelled???

  2. #2
    Addicted Member
    Join Date
    Feb 2000
    Location
    CWMBRAN,WALES,UK
    Posts
    146
    Hi Bebe

    I got around a similar problem by adding another field i.e "Processed" which held a value of Y for yes, N for no,
    then did a search for all records with "N".

    Perhaps you could implement something along those lines.

    GRAHAM

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