Build a lookup cache for unique values in the specified column(s)
A parameter list of the values of the unique columns, in the order set with SetupPKCache
lst.SetupPKCache "CustomerID, CompanyName"
Debug.Print lst.GetRowIndexFromPKVal(lst.FormatMultiRowPK("BERGS", "Berglunds snabbk?p"))