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

    in here i want a button which when pressed creates a new field which includes cheakbox in it
  3. S

    adding field using form

    ok i have an existing database table and i am making a software in access using forms my requirnment is to add a new field in the database while the software is running eg if i click a buttton in the split form it create an empty field in my database table.
  4. 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
  5. 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