If anyone has any insight on this would be a great help. During run time when it hits the second line of code below it get the 3251 error which then states "Operation is not supported for this type of object". Can anyone help.
sPolDateTime = DBSummary(0).Recordset("PolicyNum") & DBSummary(0).Recordset("DateTime")
DBSummary(1).Recordset.FindFirst "PolDateTime = " & "'" & sPolDateTime & "'"
sPolDateTime = DBSummary(0).Recordset("PolicyNum") & DBSummary(0).Recordset("DateTime")
DBSummary(1).Recordset.FindFirst "PolDateTime = " & "'" & sPolDateTime & "'"