I'm doing a program in Delphi 7 with Access (I know it's old stuff). But you're giving the error when I try to write something very simple.
tblPerguntas.Open;
tblPerguntas.Insert;
tblPerguntaspergunta.Value := edtPergunta.Text;
tblPerguntasControle.Value := 0;
tblPerguntasArquivo.value := edtMusica.Text;
tblRespostasResposta.Value := edtCerta.text;
tblPerguntas.Post;
Where am I going wrong? Remember that the tblPerguntas
table with ID
field is auto numbering.