I have the following Code (see below). It works fine except after the first quote a return is inserted. What I want to do is take this string and use it as part of a where clause but I need the proper format. Below is the current results.
DLID = '94045' DLID = '
16070' DLID = '
17136' DLID = '
27793' DLID = '
45871' DLID = '
76162' DLID = '
65493' DLID = '
17881' DLID = '
85790' DLSID = '
110509' DLID = '
84701'
Open in new window