Forum Replies Created

Viewing 11 posts - 106 through 116 (of 116 total)

  • RE: Countrows

    Thanks Antares686,

    My Dataset is called 'No_Assignment' so to get a rowcount of the dataset on the report would it look something like this?

    =countrows(No_Assignment)

  • RE: Question about NULL

    Ok thank you for your help, I'll look into incorporating your suggestion.

  • RE: Show current date in textbox

    Thank you qallan, is that a vb.net expression?

  • RE: help with Delete statement

    Wow, Thanks Andras, your reply was very quick and accurate.  Thank you for the expanation, it worked.

     

  • RE: subquery???

    Thanks Aaron and Bob,

    here was my final query that worked.  A Pivot would have been nice, but I am still trying to wrap my head around how to put one...

  • RE: update - while loop

    Yes you're right.  I just realized that.  I only need the update statement.  I am totally making my life more complicated than it needs to be.  Time to go home,...

  • RE: select case totals

    Thanks for your response Bledu I've tried your suggestion which makes sense, but I'm getting a syntax error saying: 

     Incorrect syntax near the keyword 'group'. 

    Here is my query...I...

  • RE: 24 hour difference

    Thank you Michael, you solution worked best for me.  I was also able to come up with this, which gave me the same result.

    SELECT id, datevalue1, datevalue2

    FROM tbl1

    WHERE convert(decimal(19, 5),...

  • RE: Insert Into --new records only

    That worked Jeff!  You're my personal hero today. 

    Thanks,

    have a good weekend.

  • RE: Insert Into --new records only

    Hi James & Mark,

    here is the actual code with the error message:

    Code:

    use

    occ_archives

    insert into asqcrr.occ_archives.dbo

  • RE: Insert Into --new records only

    Hi guys, thanks so much for your help, your suggestions make sense but I am receiving the following error message.

    The multi-part identifier "db2.tbl2.workitemid" could not be bound.

    Part of...

Viewing 11 posts - 106 through 116 (of 116 total)