Search results

  1. J

    Setting Reminders in a form

    I am trying to set reminders for a couple things but they require a time after the dates that are entered in the form. For Example, I need a reminder to send a survey 2 weeks after the customer is invoiced. The invoiced column has a date format 00/00/0000 and the survey box has a combo Yes/No...
  2. J

    Hiding Navigation Pane VBA by User Access Level

    I have had to ask quite a few questions in an effort to secure a database for my company. What I am trying to do is make the tables in the database secure but also available to the correct people when they are logged in. The reason being that most of the people using this database are not...
  3. J

    I think I may have messed my database up by splitting it

    I am trying to find a way so that users who are not supposed to acces the tables on the database cannot get to them. I split my database and put a password on the .be end in the hopes that if they were to select the link for the table (this is if they figure out how to see hidden tables)...
  4. J

    Lock users from viewing tables

    I have created a login form and set users with access Levels, ex. 1 - Administrator, 2 - Editor, 3 - Reader. What I am trying to do is see if there is a way that if a user with the access levels 2 or 3 logs in to that database certain tables/information should be inaccessible to them.
  5. J

    Use Yes/No box to remove editing ability for an entire record

    I have a large table I am working on for work, I am very familiar with Microsoft Access but I am a novice with programming. I need to find a way for someone in the table to check mark a box called "No Work" that will make the entire record unable to be edited. (I also need a fail safe that an...
Top Bottom