Search results

  1. A

    INSERT INTO with Loop problem!

    Hi, i have a problem qith access 2007... the code works but it adds one extra row to the table dont know why... Private Sub Guardar_Click() Dim num20 As Integer num20 = Me.Testo33 For i = 1 To num20 DoCmd.SetWarnings False DoCmd.RunSQL "INSERT INTO Contratos ([Nombre Agente],[Nombre...
Back
Top Bottom