Get the row index matching a (possibly multi column) unique value
The value of the unique column
(no description)
lst.SetupPKCache "CustomerID, CompanyName"
Debug.Print lst.GetRowIndexFromPKVal(lst.FormatMultiRowPK("BERGS", "Berglunds snabbk?p"))lst.SetupPKCache "CustomerID"
Debug.Print lst.GetRowIndexFromPKVal("BERGS")