Search:

Type: Posts; User: jfrubio

Search: Search took 0.06 seconds.

  1. Re: VBA Access cant work with double vertical line char ASCII 186

    Thanks for your help Peter!
  2. Re: VBA Access cant work with double vertical line char ASCII 186

    Hi, solved....

    DoCmd.RunSQL "UPDATE DBA_abono_fp SET DBA_abono_fp.concepto_abono_fp = Replace([concepto_abono_fp],""" & ChrW(&H2551) & """,""º"")", -1

    Work with this!!!
  3. Re: VBA Access cant work with double vertical line char ASCII 186

    Hi Peter

    Thanks for your answer.

    The problem is that I cant paste the ║ char in VBA access editor, it change the ║ to "ùø" and if I use functions like ChrW(&H2551) it dont return "║" return...
  4. [RESOLVED] VBA Access cant work with double vertical line char ASCII 186

    Hi..

    I have to run a script to replace chars in access and I have problems in the VBA editor with chars.

    I want to execute:

    DoCmd.RunSQL "UPDATE DBA_abono_fp SET...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width