Recent content by 11am

  1. 1

    yes/ no message box

    works fine thanks
  2. 1

    yes/ no message box

    im new to access and havin trouble with this problem though i have used visual basic for a while i have the following code to close a form down. in vb the red code would be used to create the yes no msg box but when i compile it is fine then when i use the button it isnt accepted the red coding...
  3. 1

    validation

    hi im really new to access and i need data validation for a telephone number field. i need it so the user cannot enter any text in there only numbers. so far i have the following code: Private Sub telephone_number_Enter() If notNumeric Then MsgBox "Only numerical characters allowed"...
  4. 1

    when opening access

    hi, when opening access how can i get a switch board or a form to automatically open up, instead of viewing the main acess windows
  5. 1

    any help?

    im hoping that some could help me with this problem i have. i have a database in access (xp) and i am using switchboards i have a main swtich board leading to other switch boards. what i would like is to set a password for each option on the main switch board but i have no idea how to.
Back
Top Bottom