Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
List("",
Part([UPC],1,"-"),
Part([UPC],2,"-"),
Part([UPC],3,"-"),
Part([UPC],4,"-"),
Part([UPC],5,"-"))
You do as many PARTS as you think there could possibly be hyphens. Extra PARTS won't hurt.
Part([UPC],1,"-"),
Part([UPC],2,"-"),
Part([UPC],3,"-"),
Part([UPC],4,"-"),
Part([UPC],5,"-"))
You do as many PARTS as you think there could possibly be hyphens. Extra PARTS won't hurt.