Search results

  1. E

    Email people found in a query??

    It now says: run time error 2293 Microsfot access can't send this email message ??
  2. E

    Email people found in a query??

    Sorry to be a pain, I know I'm being usless and a nightmare, but which bit of it do you mean to change to that?
  3. E

    Email people found in a query??

    Thanks, I've just tried that, and when I run it it highlights an error with: If IsNull(.Fields(0)) = False Then saying: runtime error 3265, item not found in this collection. What does this mean/how do I sort it?
  4. E

    Email people found in a query??

    Sorry! I just want it to be a blank email, as it will be a different message each time, so I literally just want the email addresses of those selected people to be put into an email from outlook, ready for the user to type the address and subject line etc. So far I have (with Business Ethics...
  5. E

    Email people found in a query??

    Right, well I have created a query that finds all of my employees that have made a certain selection (so tick box is ticked). The query contains their name and email address. What code would I then use and attach to a button that says "email employees with box ticked" to put all of those...
  6. E

    Log In Form fields not going blank...

    Right well I have a little log in form on my database, however the only problem I am having, is that they are retaining the previous users values, so say eclark logs in and does their stuff, next time you go to the login screen, exclark's username and password are still there, so the next person...
  7. E

    Urgent help needed! Logging in and getting a form to open at a specific record

    I'm really sorry, I really an a real novice at this and am not really following you (though I'm sure its v useful and I'm grateful for that!). Is there any chance that you could write out the code expression for me, I'm just getting in a massive muddle about what goes where and am ready to...
  8. E

    Urgent help needed! Logging in and getting a form to open at a specific record

    Ok, so to clarify, I have a form called Employee, where their details are heled, including an employeeID. I then have a form called Selections where their choices about something are held. What I am wanting is to log in, and for their record in the Selections table to be shown, and if there...
  9. E

    Urgent help needed! Logging in and getting a form to open at a specific record

    Hi Guys, I'm a newbie here, so I really hope someone can help me! I'm also very very new to programming, so I just have a grasp of the basics.... What I am trying to do is create a log in screen for my database. When the user logs in, I want them to go to the user form, but not just that, I...
Back
Top Bottom