Search results

  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
  16. B

    form not closing onClick?

    Ok I've made lots of progress in Access over the last few weeks, but having a spot of trouble working out where I've gone wrong, I have a form with a button and on click I want that Form to clos and another form to open, but at the moment the form isn't closing. I have a Form called "Contacts"...
  17. B

    Message Box to appear when the number 14 shows in a query

    ok thanks Dave and DCrake you have both been great helps.
  18. B

    Message Box to appear when the number 14 shows in a query

    I understand that when I open the Query I'll see the result I'm after and having a message box appear will also verify that. I know I don't need a message box to tell me as I can see it on the Query. But I've been asked if this is possible.
  19. B

    Message Box to appear when the number 14 shows in a query

    This part is correct :) This part incorrect :confused: I wanted a message box to appear upon opening the Query. And yes I have learnt things and have to say that this forum is the best that I've found so far. I think the key is for me to read up on code for the module and then we're...
  20. B

    Message Box to appear when the number 14 shows in a query

    it's ok I'll not bother with the message as I don't really need it. But thanks for all you help.
Back
Top Bottom