Forum Replies Created

Viewing 15 posts - 91 through 105 (of 117 total)

  • RE: update only one field in a table with concatenation

    Adam, I'm trying to make it a little less complicated, is there a way to take the first update from tbl2 and then join tbl2 to itself to update the...

  • RE: update only one field in a table with concatenation

    Thanks Adam, I appreciate your time. I know what I'm asking for is convoluted. It's the format my boss wants the report, but I'm having trouble doing what...

  • RE: update only one field in a table with concatenation

    Hi Adam, thanks for the reply. Yes I can join them but then I'll get a line record for every update, so if there are four updates on a...

  • RE: Display contents of while loop

    Matt,

    your solution worked best thanks everyone for responding.

  • RE: provide data by date.

    Hi Adam and Steve, I've gone another rout and posted a new question under the title: display contents of while loop.

  • RE: provide data by date.

    Ok fair enough Steve, let's say I have a table with a date column and I want perform a calculation like a count for each record that appears for each...

  • RE: select last record customer record

    no worries Grant, I got what I wanted and learned something new so I'm happy.

  • RE: select last record customer record

    Markc that worked perfectly, I just started using cte's recently and they are great! I'll have to look at your script in more detail to get a real understanding...

  • RE: convert ineteger to datetime

    MVJ - In you example you supply 3 values DT = getdate(), DT = '20071001 14:23:45:667' , DT = '20071130 23:59:59:997'

    and the average time resulting in the same three values...

  • RE: convert ineteger to datetime

    Thanks everyone for your replies,

    Matt your reply was the one I went with that ended up working great.

    ALZBA I wasn't sure how to apply your solution, because I'm comparing one...

  • RE: problem with query...

    No I was able to figure out that the problem was stemming from my misused or's but thank you for your help.

  • RE: problem with query...

    It's used when there isn't enough wiring to assign a phone number and is being held (h) while underground wiring is is being installed.

  • RE: problem with query...

    Thank you Steve Jones, Prasad, and Matt. I finally get what you were trying to tell me but I didn't really get it until Prasad spelled the code...

  • RE: problem with query...

    lol...tell me what you really think. the 'or's' apply to the conditions within the bracketed statement, not to the whole where clause. except for the npa <> '705...

  • RE: Countrows

    Ok got it,

    =countrows("No_Assignment")

    thank you.

Viewing 15 posts - 91 through 105 (of 117 total)