Search results

  1. T

    Tabs

    Good Day! I have been asked to make a database for tracking employee data. In this database, the manager wants to be able to select what tabs (subforms) the employee can fill out. I was thinking of using a form and creating a tab system inside the form that allows the employee to click...
  2. T

    Linking

    Good Day, Alright, I know that this may have been answered 1000+ times, but I am not really able to take something from another answer and apply it to this particular instance, I have tried. I am building a database to keep track of facility inspections. I have done the best I could to...
  3. T

    Cost and DLookUp

    Good day! I have a table that holds information for a type of show and the base cost of the show. I am trying to make a query that gathers information for all the shows in the table and uses the Dlookup function to identify the base cost of that show. This will in turn be used in the same...
  4. T

    Import button

    All, Good day! i am trying to add an import command button to a form so that personnel not familiar with Access can simply push the button and then select the file to import. I want it to import information to a specific table by replacing all records in the current table with the import...
  5. T

    Number Jumble

    Good day access forums! I have a minor issue here. I have a set of tables. One has a set of 6 numbers, each number being in its own field, and a field with the date that those numbers were generated. I have another table that has over 500 rows of dates and numbers in it, with dates that are...
  6. T

    Log In Form

    Good Morning Forums, I am working on an log in form that has a text box and a password box, both unbound. I am trying to set it up so that when a user types in their name, it searches for their record and compares the entered password against their actual password inside the database. I am...
  7. T

    User Input Form

    Good Day! I am working on a database that uses a form requiring personnel to log in. This information comes from a user table and is something that I have added on numerous occasions to various databases. The question I have is in relations to a "lockout." How do I set it up so that...
  8. T

    The pain of the survey...

    Hello Access World Forums! It has been a while since I last posted... Alright, here is what I am working on. I have been trying to create a survey database and am having some major issues with getting it to work. I tried to find some information or a template that I could take apart and...
  9. T

    Object of class does not support the set of events HELP!

    I have a control box on a form that is set to locate a record on my form. For the past week and a half while developing this database, it has worked just fine. Now all of a sudden I get an error and it shuts down my macro. "Object or class does not support the set of events." I used the...
  10. T

    Query by text box in a form errors

    I have a table that stores the criteria that the query is supposed to pull from so that when a user logs into my database, it reads that the person is part of a sepcific unit and then pulls that specific criteria and places it in a text box on a form. When they click a button on that form, it...
  11. T

    Creating A User Access Log

    Alright, Now that I have defined how to get personnel in my database via user names and passwords, I needed to create a log of users so that I can pull this information from the Administrator log in if necessary. Here is what I currently have in the works. I have a table that has the...
  12. T

    Passwords

    Password Help Good day, I have a table that contains user names and passwords (yes, I know that I should hash them, but that kind of code and it's processes are beyond my current understanding) and I have a form that allows the users to select their username and then enter their password. When...
Top Bottom