lookupDate

lookupDate(one key column)

lookupDate(one key column), given a key column, constructs the row source key, looks up the row source entry, and returns the date value of resultColumn from the row source.

lookupDate(String rowsourceName, String keyColumn1, String resultColumn)

lookupDate(two key columns)

lookupDate(two key columns) looks up a row source with two key-columns for the value resultColumn

lookupDate(String rowsourceName, String keyColumn1, String keyColumn2, String resultColumn)

lookupDate(three key columns)

lookupDate(three key columns) looks up a row source with three key-columns for the value resultColumn

lookupDate(String rowsourceName, String keyColumn1, String keyColumn2, String keyColumn3, String resultColumn)

lookupDate(four key columns)

lookupDate(four key columns) looks up a row source with four key-columns for the value resultColumn

lookupDate(String rowsourceName, String keyColumn1, String keyColumn2, String keyColumn3, String keyColumn4, String resultColumn)