I know that:
DMin("DatePaid","tblTransactions","TranID = " & me.TranID)
-This will give me the first payment date from tbltransactions based on form's TransactionID.
DMax("DatePaid","tblTransactions","TranID = " & me.TranID)
-This will give me the last payment date from...