May 26, 20205 yr I have a value list with 4 names and I would like to do a report that just shows 2 of the names. Can I not just do a script that tells me to find Name 1 and Name 2? Everything I try fails and I cannot find anything on-line for this. Any help appreciated. I tried ="name1", "name2" ="name1" "name2" ="name1" or "name2" ="name1"..."name2" Thanks in advance, The Missing Man
May 26, 20205 yr To do an “or” search, create a new request. enter find mode set field. Value 1 //or new request set field value 2 perform find //trap and deal with errors
Create an account or sign in to comment