Forum Replies Created

Viewing 15 posts - 166 through 180 (of 203 total)

  • RE: Search for a particular column

    Perfect! Thank you so much!

  • RE: Search by Number of Characters

    Perfect! Thank you very much.

  • RE: Break out a description field.

    That worked. Thank you very much!

  • RE: Update Statement

    Worked like a charm. I appreciate it very much!

  • RE: Update Statement

    I said varchar but I actually used HexToChar to convert the image.

    select PART_ID, dbo.HexToChar(BITS) as BITS

    from PART_PO_BINARY

    How should my update statement look using HexToChar?

  • RE: Update Statement

    The BITS column is an image data type. When queried it returns "0x5175616C697479205245565F4120312C332C352C37". However, when you view it through the gui it shows "Quality REV_A 1,2,3,8". Their asking me to...

  • RE: Combining Select Statements

    Got it! Thanks for the help. It is appreciated.

  • RE: DBMail (Net Send)

    Figured it out. SQL Server Agent properties; Alert System; Enable

  • RE: IF THEN ELSE SQL STATEMENT

    I was, but from your post it sounds as if it is not possible. I'm learning as I go.

  • RE: IF THEN ELSE SQL STATEMENT

    I am trying to build a view that looks at our cust_address table data. However, there will be times when this information will be null. In that case I want...

  • RE: Identity Column

    After discussing the record keeping process with our QA manager, we concluded that sequential numbering is not a requirement. I am just one of those picky people who would rather...

  • RE: Identity Column

    Ok thanks. Is there a way I can keep users from entering duplicate records now that identity is turned off? If I have two users in the form at once...

  • RE: Identity Column

    Ok you convinced me. What is the easiest way to convert this back to a standard column rather than an identity column?

  • RE: Identity Column

    Is there any other way around this? Maybe some code in the Access form? Why would you not recommend populating the lost data. What is the script to insert in...

  • RE: Delete Row

    That worked! Thanks

Viewing 15 posts - 166 through 180 (of 203 total)