To confirm that the problem is not with the table, try create the recordset using:
Set rst = db.OpenRecordset("SELECT [Seguro], [Documento], [Data Início], [Data Fim], [Data de Emissão], [Data Vencimento], [Situação], [Periodicidade] FROM [Fidelidade Mundial]", dbOpenDynaset, dbAppendOnly)
or...