Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: data too large for specified buffer size

    Nevermind... I was trying to put the data into the wrong column.  I changed it to nText and it all works now.

     

    Thanks anyways!

  • RE: Double apostrophes

    Private Function vstr(strString)

        strString = Trim(strString)

        strString = Replace(strString, "'", "''")

        vstr = strString

    End Function

     

    This is not my code, it's the code of my predecessor.  So my first thought was...

  • RE: MAPI profile without outlook

    THANK YOU!!!

     

    That was exactly what I needed.

     

    Cheers,

    J. Miles

Viewing 3 posts - 1 through 3 (of 3 total)