Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Select probs in Access / VB

    There is much easier way in VB. You can just apply replace function to string you want to pass to SQL, for example:

    strText=replace(strText,"'","''")

    Should work

Viewing post 1 (of 1 total)