Search results

  1. S

    Force Access to use Outlook Express and not Outlook

    Hi, I have code for sending batch emails to addresses listed in a query, which works fine on my pc with outlook express, but with outlook on the client's machine it keeps getting that pesky security message for every e-mail it tries to send. the client however also has outlook express...
  2. S

    Display username on form- need help ASAP!

    Hi, hope someone can help with this... I used code from this thread: http://www.access-programmers.co.uk/forums/showthread.php?t=40346&referrerid=20626 to display the name of the person currently logged in on the main menu. Basically I made a module declaring a public variable, on the login...
  3. S

    Form keeps changing views- help!

    Hi, I have a form which functions as a main screen from which you can click a button that opens another form and displays all the data. However, with 3 of the forms (that are built on a query) when I view them by manually opening the form from the database its fine (ie the form displays in a...
  4. S

    Send e-mail by extracting address from form

    Hi, i've looked all over this forum and there are so many threads about sending e-mails, but i couldn't find any that was what i needed... what i need to do is to have a button for each entry on a form, where upon clicking it an e-mail from outlook is generated with the e-mail address of the...
  5. S

    capturing current user's username

    i've posted a thread about this before - i need to capture the username of the person currently logged in to record who made which entry, and previously i just used a query to extract the username, with Environ("username") as the criteria, and it used to work, but now i'm using an updated...
  6. S

    capture username and freeze it

    hi, i have a form where i need to capture the name of the person logged in to record that they are responsible for making that entry. i used one of the threads in this forum to make a login form and then use dlookup to capture the name of the user that is currently logged in, which works, but...
  7. S

    msgbox notification if time = x minutes... help!!

    Hi, I'm making a database in access where the number of minutes a resident has kept something is recorded in through a query. What i need to make is a msgbox notification that checks if there are any entries where the minutes is equal to a certain number of minutes, and then displays the name...
Back
Top Bottom