BUSCA
                    AJUDAR! OLA PESSOAL SOU DE SÃO LUIS DO MARANHÃO ESTOU COMEÇANDO AGORA PODE MI AJUDAR A CRIAR UM CADASTRO DE CLIENTE COM UMA CONSULTA DE CPF NO BANCO DE DADOS POR FAVOR MI AJUDE ESTOU PRESISANDO MUITO.OBRIGADO A TODOS
                
            
                    Da uma olhada aqui..
nos anexos..
flw
                
            nos anexos..
flw
                    Se vc usa ADO, coloque isso no comando de salvar:
recordset.open "select * from TABELA where CAMPO = '" & cpf & "'",conexao,1,1
if recordset.recordcount > 0 then
msgbox "CPF Existente !", vbinformation
endif
                
            recordset.open "select * from TABELA where CAMPO = '" & cpf & "'",conexao,1,1
if recordset.recordcount > 0 then
msgbox "CPF Existente !", vbinformation
endif
                        Tópico encerrado , respostas não são mais permitidas