Recent content by pmeyssonnier

  1. P

    Enable/Disable Button on Null field

    Private Sub Form_Current() Command4419.Enabled = Not IsNull(Me.ApplID) End Sub
Back
Top Bottom