Search results

  1. A

    Replace method in .oft template

    Good morning forums, I have yet another question that has been giving me issues lately. I am probably just going about all wrong. I am working on a replace function to replace %reasonforvisit% with the actual field value and so far the code runs without error however; the data is not passed...
  2. A

    Referencing an attached file in a table with VBA?

    Hello again, I have an email function that uses an .oft template however, I want it to reference an attached .oft template in a table. This DB will be sent career field wide for my job so I need it to be as user friendly for those who have no experience working with VBA for ex they...
  3. A

    Recrring timer for VBA code

    Hello again, I have a VBA code I would like to have automatically ran every monday, now I'm sure it has something to to with an OnTimer event. However; I'm not sure how to set this up to run weekly, I know that there are 604800000 milliseconds in a week but I've tested with 6...
  4. 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...
  5. 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