Hi All,
I have a sharepoint list of part numbers(3000+ records).
Currently, I have a combo box, which allows me to search for a particular part. I have the formula below
SortByColumns(Distinct('Tbl','Part No'),"Value")
However, this only looks at the first 2000 rows, is there a way to get over this so it will search all 3000+ records?
Thanks in Advance