Recent content by blanchard

  1. B

    Send individual emails from a Query result

    Hello all, Ok what's the best way to send individual emails from a Query result. I have a search button on a form that looks for any month of the year the user types in. The results show the following fields - Name, Date of Birth and Email Address. Now I want to send an email with an...
  2. B

    Email addresses as links in Query?

    ok thankyou that's great
  3. B

    Email addresses as links in Query?

    Is it possible to view email addesses as actual hyperlinks in a query?
  4. B

    Searching by month

    It's ok I've fixed it thanks
  5. B

    Searching by month

    Ok after reading your posts I have got it to work but when the results show the Field Name changes to Expr1 How do I change it back to Date of Birth?
  6. B

    Searching by month

    Oh erm yes, I feel a little stupid now...haha Cheers Bob
  7. B

    Searching by month

    Hello bob, I now get two message boxes appearing one after the other, the first says: Enter Perameter Value OrderDate the next: Enter Month 1-12
  8. B

    Searching by month

    Hello all, What's the criteria code for searching by month. I have a list of birthdays like this = 00/00/00.
  9. B

    Video Tutorials?

    thanks Ron_dK
  10. B

    Video Tutorials?

    oh thanks that's great
  11. B

    Video Tutorials?

    My suggestion is to have Video Tutorials on this site. Like this: http://www.youtube.com/watch?v=pT2boGE-bAg
  12. B

    Zone Alarm hogging CPU resources

    If you have bitttorrent apps like the previoyuss poster said that slows things down look for something called "DNA" in "Program Control" and then click "Programs"tab and set DNA to Kill on Trust Level, Access, Server and Email. Then check the update options under "Anti-virus" "Advanced Options"...
  13. B

    form not closing onClick?

    i don't need the log out button on that form i'll have it on the main menu screen instead as i don't think there will be need for two log out buttons. thanks people...:)
  14. B

    form not closing onClick?

    no i've just noticed that when i click to "log out" on the Contacts form the Contacts form closes but the Main Menu form opens and the log out screen both appear.
  15. B

    form not closing onClick?

    Yes I also have a button located in the header part of the Contats form and the following code is attached to that and this works fine. Private Sub ExitButton_Click() DoCmd.Close DoCmd.OpenForm "MainMenuScreen" End Sub
Back
Top Bottom