D
Dean Slindee
Private NameLastFirst as object = "Public, John Q."
NameLastFirst = Replace(LastName, "'", "''")
If NameLastFirst contains "Public, John Q." before the above Replace, it
will contain "Public" after the Replace. At least that's how it's working
in my version of VS.NET. That does not seem right to me. Am I missing
something?
Note that the replacement character(s) are *apostrophes*, not *commas*
Thanks for looking,
Dean Slindee
NameLastFirst = Replace(LastName, "'", "''")
If NameLastFirst contains "Public, John Q." before the above Replace, it
will contain "Public" after the Replace. At least that's how it's working
in my version of VS.NET. That does not seem right to me. Am I missing
something?
Note that the replacement character(s) are *apostrophes*, not *commas*
Thanks for looking,
Dean Slindee