Search results

  1. B

    Autofill Field

    That is all the code for one whole sheet. My fault. I know the main part of interest is the following: Private Sub Age_Click() End Sub Private Sub Age_DblClick(Cancel As Integer) On Error GoTo Err_Age_Enter Select Case Pass Case DLookup("[Admin Password]", "[Company Info]") If...
  2. B

    Autofill Field

    I am currently having an issue with autfilling a field in one form from data that is supplied in a master data sheet. Below is the code for the form that I am trying to fix: ""Option Compare Database Private Pass As String Private Sub Age_Click() End Sub Private Sub APFT_PASS_FAIL_Enter() If...
Back
Top Bottom