I need to select based on multiple entries
Something like the following (but that does not work)
for i = 1 to count({?Entered})
lcase ({?Entered} (i) ) IN lcase ({Field-Name})
next
Error : variable name expected at "i" in the " for i = ----" statement
By the way the " ({?Entered} (i) " really has square brackets, but they disappear in this posted message
Something like the following (but that does not work)
for i = 1 to count({?Entered})
lcase ({?Entered} (i) ) IN lcase ({Field-Name})
next
Error : variable name expected at "i" in the " for i = ----" statement
By the way the " ({?Entered} (i) " really has square brackets, but they disappear in this posted message