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...
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"...
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
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...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.