Search results

  1. H

    :confused only the last input saved?:

    i have a form contain VBA code but when i input data to it in exit it save only the last input anyone can tell me how to solve that problem :) the form include three field like this: employee-id= number (joined with other field -AutoNumber-) barwar= short-date hatn= Time the VBA Code :-...
  2. H

    prevent Dublicate ID by Date()

    i want do not let input id twice in the same Date the problem is red color i don't know how to solve this issue Private Sub employee_ID_AfterUpdate() Dim NewId As String Dim strLink As String NewId = Me.employee_ID.Value strLink = "[employee ID]=" & NewId If Me.employee_ID =...
Back
Top Bottom