T
TC
At a quick glance, it looks ok to me.
Try putting these two lines immediately after the OpenRecordset statement.
They display the total number of recvords in the recordset. If that is zero,
....
msgbox MySet.recordcount
HTH,
TC
Try putting these two lines immediately after the OpenRecordset statement.
They display the total number of recvords in the recordset. If that is zero,
....
MySet.movelastSet MySet = MyDB.OpenRecordset("emailattachments", DB_OPEN_DYNASET)
msgbox MySet.recordcount
HTH,
TC