Search results

  1. A

    Question Where Did I Go Wrong?

    I keep getting this message when I click my button Option Compare Database Private Sub Command37_Click() Dim Password As String Password = InputBox("What is the password?") If Password = "hi" Then Me.ID.Locked = False Me.Addiction.Locked = False Me.Age.Locked = False...
  2. A

    Question Hide password

    I'm sorry, I'm new to this whole database thing. Could you please go into exact deatails of how I go about doing that?
  3. A

    Question Hide password

    I'm not sure if this is the right secoton of the forum...sorry if it isn't So with this code below I can edit a forum, but I need enter a password. However when you type in the password you can see the letters. Example: Let's pretend this is the password box that pops up _____________________...
  4. A

    DoCmd.SetWarnings False meaning

    *Sigh* I know what the code does, since I typed it in. Long story short I'm learning to use Access, and I want to know what the True/False does.
  5. A

    DoCmd.SetWarnings False meaning

    ^^^I've already tried Googling and searching the Access helpfiles
  6. A

    DoCmd.SetWarnings False meaning

    What does the "False: do in this code? DoCmd.SetWarnings False DoCmd.OpenQuery "qryDeleteEmptyAppointments" DoCmd.SetWarnings True What does the "True" do in this code? DoCmd.SetWarnings False DoCmd.OpenQuery "qryDeleteEmptyAppointments" DoCmd.SetWarnings True
Back
Top Bottom