Search results

  1. S

    change password

    please help Private Sub Command7_Click() If IsNull(Me.Text0) Then MsgBox "please enter oldpassword", vbininformation, "warning" Me.Text0.SetFocus ElseIf IsNull(Me.Text2) Then MsgBox "please enter Password", vbininformation, "warning" Me.Text2.SetFocus Else 'process the job...
  2. S

    adding field using form

    can someone tell me that if i could add a new field in my existing database using a split form
  3. S

    hi

    hi i am not an expert in access so will require all the help i can get to do a project
Back
Top Bottom