I have a choose command that uses the chkbox to select multiple part numbers and stores it in a variable.
vlist = part1,part2,part3 I want to do a select command displaying the selected parts. I tried this: select all from partslist where partnumber in (.vlist) I know I have done this before but is drawing a blank. TIA Dan Goldberg

