Search results

  1. A

    Help with MsgBox for login VBA

    I have a form that requires a username and password to advance further (I know this isn't the most recommended practice, but the people I work with wouldn't know how to get around if they tried.) Now the issue I am having is with adding a MsgBox that pops up when the password doesn't match...
  2. A

    Automatically update a query based on sent emails

    I ended up learning myself of how to mix both of the codes together. It was alot easier than I thought. :banghead: Here's what I have. If you need help with putting this in your own project look up the original post I mentioned in my first post by Blues66. Private Sub Command81_Click() Dim...
  3. A

    Automatically update a query based on sent emails

    I decided to just copy and paste the code here rather than have someone look it up. I also cannot post my database because it is 5MB max filesize is 2MB.
  4. A

    Automatically update a query based on sent emails

    I have a project that helps me track overdue training and notify the members when their training shows up on my overdue query. The query is pretty simple with only Name, Last Training, Due Date and Email fields. The code used is pulled from "send automatic email" by Blues66 and tweaked just the...
Back
Top Bottom