Search results

  1. D

    Changing Forms to Access Pages?

    Hi Sarah, I'm not too experienced myself, so this might be wrong and/or not work for you, but I hope it does! I'm kind of doing the same thing myself, treating them like pages, and so I thought I'd share how I'd done it. I've used Macros for mine, if you go on the 'create' tab and look on...
  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?

    Okay! I think I've got it then, thanks for all the explaning and answering to all of my questions! You might have helped more than my actual teacher.
  5. D

    Coding Error. Login Forms. Help?

    Ah okay. So is there not a way to look up both and confirm they are in the same record, then? I mean, I know access isn't a great software for security.. But I'd like the maximum security available on access, so. Me.PasswordTextbox <- Being the textbox the user types in their password on the...
  6. D

    Coding Error. Login Forms. Help?

    Unfortunately, I think you're giving him too much credit. Guess I might take questions to this forum and bypass him in the future... Aha.
  7. D

    Coding Error. Login Forms. Help?

    Oh, one more question after viewing the thread you posted. It says for normal usage, which is what I'm assuming I'd need here: Does this allow for multiple possible answers? As my usernames and passwords can be made of numerical and alphabetical keys, and so is 'string' the one I'd need to...
  8. D

    Coding Error. Login Forms. Help?

    Ooh.. Thanks. MY ICT teacher did that part for me.. that's worrying then. Aha..
  9. D

    Coding Error. Login Forms. Help?

    The 'Table' is a table, then the 'tbl_User' is the name of the table, 'UserLogin' is the username column that has all the employee's usernames within it. Likewise with 'Password', only it storing passwords.
  10. 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...
  11. 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...
  12. D

    Multiuser Login Form. Help needed.

    When I try to do as such, the database closes. Also, when opened, it shows a message: Your Microsoft Access database or project contains a missing or broken reference to the file 'CapiCom.dll' version 2.1, is this just because I don't have this file on my computer, and so the database should...
  13. D

    Multiuser Login Form. Help needed.

    I can't seem to login, can I ask the admin password? Do you know that?
  14. D

    Multiuser Login Form. Help needed.

    Ah, okay. Thank you very much, I'll try that. ^^
  15. D

    Multiuser Login Form. Help needed.

    I haven't. I didn't know Access came with one, where can I find that? When I look in recent or browse, I can't find it on my system. :/ Oh and I'm using 2013 proffesional plus, if that makes any difference.
  16. D

    Multiuser Login Form. Help needed.

    No, I'm not. I'm just at home. When I tried to download it, I then went to open it and it said Network Error, I'd debugged, restarted and all sorts, but it just won't happen. Regarding other examples, I'm currently going through a youtube video that seems to be working well, at least where I...
  17. D

    Multiuser Login Form. Help needed.

    I viewed that, however when trying to download the file, it wouldn't let me. Thank you though. ^^
  18. 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