Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chutney66

    Create automation rule when receiving email in Outlook to connect to external Access Database

    Hi there, I have created a custom access database of contacts. I would like to connect Outlook to the database, so that every time a user receives an e-mail, an action is triggered that searches the access database to see if that contact exists (based on the e-mail address I guess). If the...
  2. chutney66

    Keep user logged in

    Hi guys, Thanks! I managed to work it out. It wasn't as complicated as I thought. I set a cookie to expire in 2 hours with a value. If this value matched a login page, then it would let them in. The code I used was to create the cookie was: response.Cookies("login")="yes"...
  3. chutney66

    Keep user logged in

    Thanks Greg, I've never used cookies before. Do you have any sample code or a rough outline of what I need to do? Or even a link to a site that shows how this can be achieved? I've been searching for some help and haven't had much luck. Ben
  4. chutney66

    Keep user logged in

    I would like to keep users logged in (they need to enter their username and password) unless they press a log out button. So even if they shut down the computer and come back the next day, they would still be logged in. Or maybe have a tick box that will say 'keep me logged in for today'? At...
  5. chutney66

    Updating contact details automatically

    Dear Chris Thanks to your response. That sounds like a definite possibility. The contacts are actually members of a international trading organisation. I have a couple of queries about your method: 1. Not all the contacts may have outlook, some may be using a client like Gmail or outlook...
  6. chutney66

    Updating contact details automatically

    Dear all, please excuse the fact that this is not an explicit problem I have, but more of a general query. I have an Access database (2003) with a load of contact details in it. Including various fields for each contact, such as services they offer, where they are, main contact name etc. Some...
  7. chutney66

    can i call a udf from access?

    I thought if i was using an adp front end, this didnt use jet.
  8. chutney66

    can i call a udf from access?

    thank you for your fast reply Does this mean i cant call the udf directly?
  9. chutney66

    can i call a udf from access?

    hi there i've got a adp front end with a sql server back end. i know i can call a stored procedure from code, but can i call a udf from code. i've tried with no luck yet. any help much appreciated
  10. chutney66

    Class Module Array

    Thank you very much. It looks so simple now!
  11. chutney66

    Class Module Array

    Hi there, I want to use an array as a property for a class module. I am used to using classes and know a little about arrays but don't know how to use an array in a class. Does anyone have some simple examples? What I am doing is trying to store several names of tables in a single class...

Part and Inventory Search

Back
Top