User-1199946673 posted
Any idea how I can modify the query below to incorporate the AsciiToString() function?
You can't! I would add a column in table 1, and when inserting or updating the record, you add the string you create with your function, so yo can join the tables on this field. But I really don't see why you would store a name like this? It takes 3
times the amount of space, and you can't do anything with it.....