Search results

  1. D

    Question CDO Gmail Email Failure

    Yeah, the User_Tab table is local. I also searched on Google and the suggestion was that server has blocked that email address because of wrong password and it was considered spam. Don't know if this could be the reason. I did check for extra space, upper and lower case etc. Couldn't get a clue...
  2. D

    Question CDO Gmail Email Failure

    DLookUp gets the sender's email address and password to login to gmail server and send the email. You are right, some users recently changed their passwords. I checked their passwords through signing in into their accounts on internet explorer to check if they enter the right password. I...
  3. D

    Question CDO Gmail Email Failure

    Thanks, here you go. Private Sub Command81_Click() On Error GoTo Command81_Click_Err Set cdomsg = CreateObject("CDO.message") With cdomsg.Configuration.Fields .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'NTLM method...
  4. D

    Question CDO Gmail Email Failure

    The message pop ups 4+ seconds after the user clicks on 'send' button. I think the database communicates with server and something goes wrong between the two and the server rejects to send the email. The confusing part is that it works very well with some other users. :)
  5. D

    Question CDO Gmail Email Failure

    Thanks, VbaInet. Probably I didn't clarify the issue completely. Each person who uses the database must save his/her gmail email address and password the first thing on the database to be able to use the database. Now, when I gave my email address and password to database and tried to send an...
  6. D

    Question CDO Gmail Email Failure

    Thank you for your replies. All users can send and receive emails from Google email web site. I checked their username and passwords and they work from web site. But from the database, some users can't. I used 587 as serverport. Below is the coding: et cdomsg = CreateObject("CDO.message") With...
  7. D

    Question CDO Gmail Email Failure

    Thank you for your replies. All users can send and receive emails from Google email web site. I checked their username and passwords and they work from web site. But from the database, some users can't. I used 587 as serverport. Below is the coding: et cdomsg = CreateObject("CDO.message") With...
  8. D

    Question CDO Gmail Email Failure

    Dear Experts, We are using MS Access database to send email to a recipient. We have designed it in Visual Basic that is supplemented with any Access application. Each user has to give its gmail email address and password. Suddenly, some users can't send email now. On clicking the 'send'...
  9. D

    Question Free SharePoint Site

    Thanks for your inputs. This http://www.freesharepoint.com/ site is temporary down for free use. Regards, Dad
  10. D

    Question Free SharePoint Site

    Hello friends, Is there a free online SharePoint site where I could put my database and documents free. I am trying to pilot test an access database that could be accessed from different locations. If the pilot went on as expected, we would like to expand this operation. Regards, Hamdard:cool:
  11. D

    Question Split Database On Website

    Dear experts, I am trying to breakdown (split) a database on an online storage/website folder. Database has been designed in Access 2007. I spent a lot of time in doing and creating online storage, but all I get is different messages i.e. "invalid path" or "access is denied". Would you kindly...
  12. D

    Question Are There Online Database Design Jobs/Contracts

    Hi folks, I have 11+ years of experience in database design and data processing. If you know of a link/site that offers online contracts in database design and/or data processing, please let me know. Thanks for your assistance in advance. Regards, Hamdard
  13. D

    Tip Database Design and Entry Services

    Hello folks, Apologize for my poor language. Yes, I look for online work. Any ideas will highly be appreciated. Regards, Hamdard
  14. D

    Tip Database Design and Entry Services

    Folks, If you have info about an online website where I can find database design and data entry, analysis work please share the link with me. Your assistance is highly appreciated. Regards, Hamdard
  15. D

    Utilizing Access Skills

    Hello friends, I can design database for all sorts of activities and offices based on their request with all features such as; - Data Management - Data Backup - User friendly interface - Need based optional reporting & analysis - Visualizing results - Sharing results - And more... Is there an...
  16. D

    Send Email To Contacts from a Table

    Thanks very much, JR. It is exactly what I dreamed for.
  17. D

    Send Email To Contacts from a Table

    Hello folks, I am doing a payroll and leave database for an office for free. I am asked to create a button on the payroll form to send an email and an attached snapshot of their respective payroll to each employee separately. List and email address of people who should receive the email is in...
  18. D

    Split database stuck

    I have had similar issues with forms but finally I think I was able to find the solution. What I did is that I deleted and recreated the macros or codes or reports that will stuck or stop doing the work. You could figure out what queries stop working and then rebuild them. Remember to run...
  19. D

    Question Splitting Database

    Dear colleagues, I have an online folder on. I mapped it on my computer as a network drive. I tried to split my access database on this drive so that its accessible from the front end globally. But when I try to split it, I get a message from database splitter, the message is (Not a valid file...
  20. D

    David Crake – very sad news

    I am so sorry to hear this. May his soul be in rest and peace. Our thoughts are with his family and dear ones. Regards, Dad
Back
Top Bottom