Recent content by Carmichael_NZ

  1. C

    Basic Login - Help Needed

    Think this is what your looking for Thanks
  2. C

    Basic Login - Help Needed

    Hope this is what you want, otherwise please leave instructions Thanks
  3. C

    Basic Login - Help Needed

    below is just the basics Thanks
  4. C

    Basic Login - Help Needed

    Can someone please help me, I am having problems getting the following code to work with access 2010: Option Compare Database Private Sub Login_Click() Username.SetFocus If Username = "marsdenj" And Password = "a" Then MsgBox "Welcome", vbInformation, "VidShop | Staff Only" DoCmd.Close...
Back
Top Bottom