Search results

  1. I

    Check if record exists before inserting from form

    WOW!!!!!! vbaInet you just saved my life!!!!!! really apreciated what you guys have done, THANX trully, my respect to you guys!!! blessings!
  2. I

    Check if record exists before inserting from form

    im not that pro and i think i dont understand...
  3. I

    Check if record exists before inserting from form

    the problem is that I need to check 3 values before insert
  4. I

    Check if record exists before inserting from form

    Private Sub Submit_Click() Dim row0 As String Dim row1 As Date Dim row2 As Date Dim row3 As Integer Dim row4 As Integer Dim row5 As String Dim row6 As String Dim query As String 'verifica si los campos estan vacios If IsNull(Me.practicante_box.Value) Or _ IsNull(Me.hora_box.Value) Or _...
  5. I

    Check if record exists before inserting from form

    The problem I have is, that I need to insert an apointment into de database but first I need to verify if there is a record or an apointment in that room that day the same hour, if that is so send a msgbox saying an apointment already exist in that room this day at this hour. i tried using...
Back
Top Bottom