Forum Replies Created

Viewing 15 posts - 31 through 45 (of 48 total)

  • RE: INSERT INTO error

    Think I might have solved this by leaving the field as an 'int' and set 'identity', 'identity seed', and 'identity increment'.

    I hope that this works and will solve my issue.

  • RE: Divide by Zero Error

    Thanks Bill, I appreciate the time you spent in typing that up for me. I only wish books were written in the way that you guys write things on here....

  • RE: Divide by Zero Error

    Hi JeffB

    I made a small change to the middle because I was still getting the error, however the change resolved this. Thanks for you help, really bailed me out of...

  • RE: Divide by Zero Error

    Hi JeffB

    Thank you for taking the time you did to show this to me. Would I (case when.....) this within the existing Select statement so I could avoid writing other...

  • RE: Divide by Zero Error

    In addition to my previous post, would I be better to evaluate these conditions using a CASE statment in a second,third and fourth function and then deliver the results to...

  • RE: Problem with Functions and Procedures

    Thanks for that. I looked it up in my Transact-SQL book and it gave me an idea how I can do it. Thanks for the direction to go in

    Regards

     

  • RE: Problem with Functions and Procedures

    Thank you for that. I will look at the settings for the date, you are right with your second point too. There are some zero's in the mix. I shall...

  • RE: Temporary Function Parameters

    if that is your suggestion then that is the re-write I shall do. Thanks for pointing me in the right direction.

    Thank you for your help, much appreciated

    Regards,

  • RE: Temporary Function Parameters

    This is getting on my nerves now. Here is the full monty and for the life of me I can not understand why it will not work.

    Function 1:-

    set

  • RE: Temporary Function Parameters

    Thank you, I will give that a run. I appreciate you looking at this for me.

    Regards

     

     

     

  • RE: Control of Parameter Layout Design

    It is the actual layout that I am referring to.

    Regards

     

  • RE: Control of Parameter Layout Design

    Hey, no problem. Thanks for trying anyway

    Regards

     

  • RE: Control of Parameter Layout Design

    OK, you have kind of lost me there a little. The report I have is imported from Access and I have not seen the traditional grid etc that I got...

  • RE: Multiple Columns in Parameter fields

    I have resolved this by using the following code as my query as suggested by someone else

    Select site_ref, site_ref + ' - ' + estate_name AS Label

    From dbo.src_centre_list

    Order By site_ref

    This...

  • RE: Convert and MAX Function

    Thanks, that solved my issue nicely.

    Regards

     

Viewing 15 posts - 31 through 45 (of 48 total)