D
Daniel M
I have a text box that will have a string of numbers in it separated by a
comma. I need to do a lookup in a table for each number string. ie, the
string maybe 1230,1323,1223,1322 and i need to lookup 1230 from a table, then
1323 from the same table, and so forth. the data will ALWAYS be the same
length. for this example 4 digits, for my actual data it will be 9 digits.
can someone help with how i can do this? Thanks.
comma. I need to do a lookup in a table for each number string. ie, the
string maybe 1230,1323,1223,1322 and i need to lookup 1230 from a table, then
1323 from the same table, and so forth. the data will ALWAYS be the same
length. for this example 4 digits, for my actual data it will be 9 digits.
can someone help with how i can do this? Thanks.