Jump to content
Fórum Script Brasil
  • 0

Valor de auto numeração em uma variavel


Bellebs

Question

Boa noite.

Estou com um problema no meu projeto pois criei uma variável pública chamada 'mat' para "pegar" o valor do campo matrícula no banco de dados só que o campo matrícula está definido como auto numeração e não acho o comando certo para fazer isso, eis o comando:

de.rsalunos.AddNew

de.rsalunos.Fields("nome").Value = txtnome.Text

de.rsalunos.Fields("endereco").Value = txtend.Text

de.rsalunos.Fields("bairro").Value = txtbairro.Text

de.rsalunos.Fields("cidade").Value = txtcid.Text

de.rsalunos.Fields("cpf").Value = txtcpf.Text

de.rsalunos.Fields("e-mail").Value = txtemail.Text

de.rsalunos.Fields("datadenascimento").Value = txtdat.Text

de.rsalunos.Fields("sexo").Value = cbosexo.Text

de.rsalunos.Fields("uf-identidade").Value = cboufid.Text

de.rsalunos.Fields("cep").Value = txtcep.Text

de.rsalunos.Fields("celular").Value = txtcel.Text

de.rsalunos.Fields("uf").Value = cbouf.Text

de.rsalunos.Fields("identidade").Value = txtident.Text

de.rsalunos.Fields("idade").Value = txtid.Text

de.rsalunos.Fields("telefone").Value = txtel.Text

de.rsalunos.Update

mat = de.rsalunos.Fields("matricula").Value

O banco de dados é Microsoft Access 2002 e a versão do Visual Basic é 6.0

Desde já agradeço.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...