Search results

  1. D

    How to create a quiz in access?

    Hi all, Firstly, I know that there are other options that may be slightly easier, however the quiz is only part of my access project and so I wish to keep it IN ACCESS, so don't worry about suggesting alternatives. Secondly, I put this in forms as I want the end quiz to be in a form for the...
  2. D

    Lots of questions, please help. D;

    First off, my database explained: It's a training and induction program, where there are 8 courses that users can go through and complete, earning a certificate in that course. A login screen (made via form) automatically comes up, after the user clicks whether they are a 'User', 'Admin1' or...
  3. D

    Restrict Opening of Forms

    Hi all. Is there a way to make forms un-openable? I've managed to get rid of the close button on each form already, but I don't want ANY user to be able to double click the form on the side and be able to open it. I've made 1 form open the moment the database is opened, and wanted to use boxes...
  4. D

    Coding Error. Login Forms. Help?

    [SOLVED] Coding Error. Login Forms. Help? I've created a login form that with all the code, it should work perfectly. I've double checked the names of all items mentioned in the coding, and it should appear fine. However, when I try to log in, it presents an error code: This is a copy of my...
  5. D

    Lots more questions. D:

    Hi there! First of all, I'm a beginner. If you're attempting to answer, please assume I have no knowledge of databases, access or VBA coding. Key Facts: -> Access 2013 professional plus. -> Very Limited Knowledge of Access. Okay. Question 1: I have a table (tbl_Users) of users with fields...
  6. D

    Multiuser Login Form. Help needed.

    Okay. Hi. I'm a complete newbie to Access, I can just about figure that I want to use VBA coding to do this, however. Essentially, I have a database of usernames and passwords called 'tbl_User' which contains there 'UserLogin' and 'Password' fields. I want to create a Login Form which contains...
Back
Top Bottom