Search results

  1. C

    How do I return a query result to form fields

    I tried this as well, didn't work neither
  2. C

    How do I return a query result to form fields

    I'm new to VBA I just want to return the result to a field called Date how do I do it?
  3. C

    How do I ask users to change their password on a monthly basis

    I'm not sure how I can do it. Here is the code that I'm using Thanks
  4. C

    How do I ask users to change their password on a monthly basis

    OK, I found this one http://www.access-programmers.co.uk/forums/showthread.php?t=111547 It works. Now I need to force user to change their password every month. How do I do that?
  5. C

    How do I ask users to change their password on a monthly basis

    I have the same question. With the current setting which was done by using the User-Level Security Wizard,I have to login as Admin and manually clear users password.
  6. C

    How do I ask users to change their password on a monthly basis

    How do i do that? How do I store password?
  7. C

    How do I ask users to change their password on a monthly basis

    I've setup some users for my database using Tool> User-Level Security Wizard. I'm wondering how do I ask users to change their passwords every month. Thanks
  8. C

    what if I only want to read the first line of an email?

    I still can't get this work. can any one help me. I'm not sure where do I put the textstream part
  9. C

    what if I only want to read the first line of an email?

    I want Access to read the fresh part of an email but not the old replied content. What i mean is I want Access to only read the 'fresh' part of the email, for example 33333333333333 in this case. But I couldn't find a way to do it...sad... Now I'm thinking if I can let Access only read the...
  10. C

    Continuously monitors Outlook and stores email data in database

    Is there a way for access to continuously monitor Outlook (sending/ receiving) and store email data in database?
  11. C

    link to Outlook inbox issus- "content unread" field is not working

    any suggestion? I've been trying to fix this for 2 days:confused::confused::confused:
  12. C

    link to Outlook inbox issus- "content unread" field is not working

    I've tried on 2 different computers, both have this issue. 1. XP sp 3, Office 2003 2 Vista SP1 Office 2007
  13. C

    link to Outlook inbox issus- "content unread" field is not working

    I'm linking Access to Outlook, the system automatically generated a link table called "inbox" which I can't modify anything inside, seems like a 'read-only' table which shows emails' information in Outlook "inbox" folder. The very last field in the "inbox" table is called "content...
  14. C

    link to Outlook inbox issus- "content unread" field is not working

    I'm linking Access to Outlook, the system automatically generated a link table called "inbox" which I can't modify anything inside, seems like a 'read-only' table which shows emails' information in Outlook "inbox" folder. The very last field in the "inbox" table is called "content...
  15. C

    keep getting this error Run time error 2501 This SendObject action was canceled.

    I keep getting this error Run time error 2501 This SendObject action was canceled. This is my code: Can you tell me where went wrong?
  16. C

    Filter issue.

    It works! Thank you very much!
  17. C

    Filter issue.

    My code: Thanks
  18. C

    Filter issue.

    I have a function that calls out filter. It does his job well, but when it can't find any match just returns a blank page with nothing on it, so the only way is to close it and open it again. I'd like to have a warning or reset to it's initial state when it can't find any result. How do I do...
  19. C

    VB Run Time Error '2185'

    yep, it works. Thanks.
Back
Top Bottom