Search results

  1. M

    Compile Error: Overflow

    ---------------------------------------------------------------------------------------------------------------------------------- Sorry to trouble you again, please how do I call up this routine in any form or use it to convert any text to encrypted format
  2. M

    Compile Error: Overflow

    okay thanks. It now works with my changing Long to Single Thanks a million
  3. M

    Compile Error: Overflow

    Hi, I am having problem with my code. This code which have been working for me before now just started to throw error of Compile Error: OverFlow for the following VBA. Global g_Enabled As Boolean Public Const salt As Long = 7038117603# Public Function Encrypt(strIn As String) As String Dim...
  4. M

    Send email without Outlook support

    Sorry, this is the formatted VBA code: I need someone to help me create a form to send this email without Outlook support and input the login details as it aught to be. Thank you once again. ------------------------------------------------------------------------------------------------...
  5. M

    Send email without Outlook support

    Sorry, this the correct format: Private Sub cmdSend_Click() If Trim(txtServer) = "" Then MsgBox "Enter the server name or IP address" txtServer.SetFocus Exit Sub ElseIf Trim(txtMailFrom) = "" Then MsgBox "Enter the sender e-mail address" txtMailFrom.SetFocus...
  6. M

    Send email without Outlook support

    Thank you for quick response. It seems as if I don't know how to configure it well. The one I downloaded keeps telling me unable to connect to server or so and so port unreachable That's why I need a fresh sample form with detailed configuration to have it setup
  7. M

    Send email without Outlook support

    Hi, forgive me for asking this question again. I know this issue have been attended to many times. But I still cannot get it done. I have an ms-access form to send email without outlook support, using vba. The following are the items on the form: textbox(From) textbox(To) textbox(subject)...
  8. M

    Access Table Sync to Google Cloud or MS Access Online

    Sorry, I think is better you read through my message to understand it well. I need guid to connect to google cloud or use Access online from office.com. What is wrong in asking this question again. Thank you
  9. M

    Sync MS Access with Other Users Online

    Hi, I am just wondering the best and easiest way to sync MS Access backend with other users online. I tried google cloud but don't know how to connect google cloud to my Access table. I am also thinking if I can purchase office 365 online to do the syncing. Please I need your best advice on...
  10. M

    Access Table Sync to Google Cloud or MS Access Online

    Hi, I am just wondering the best and easiest way to sync MS Access backend with other users online. I tried google cloud but don't know how to connect google cloud to my Access table. I am also thinking if I can purchase office 365 online to do the syncing. Please I need your best advice on this...
  11. M

    Connect My MS Access DB to Google Cloud

    Maybe you didn't get me correct, I have shared the backend with SQL server and now want how to link my SQL server with google cloud. Thank you
  12. M

    Connect My MS Access DB to Google Cloud

    Hi, I have done a lot of search before coming up with this puzzle. I have a desktop App that I would like to connect to cloud for syncing with other device. So I thought the first easier step is to link the DB with my SQL server and then connect to google cloud, as I thought would be cheap, but...
  13. M

    Access Sens email withiut Outlook

    =========================================================== I have this program sometimes ago, but failed to send email through it, even though I entered correct info in their respective fields
  14. M

    Access Sens email withiut Outlook

    Hi, Please I have the following fields of a form: txtSender txtReceiver txtSubject txtbody btnSend My email configuration is: ayz@gmail.com password: omniFavor2010 Please someone use these data to show me what and how to insert code for send email from access 2010 in the absence of outlook...
  15. M

    Open Excel file and copy any sheet into Access table

    I mean import any sheet (one sheet at a time) from one single excel file. I want access to open excel and give me opportunity to select whichever of the sheet I want to import (whatever range in the sheet), and when I close excel, the selected sheet/range is imported into my access table...
  16. M

    Open Excel file and copy any sheet into Access table

    Sorry, but what I want is to import any sheet of the particular excel file into my existing table with VBA. Is this not achievable?
  17. M

    Open Excel file and copy any sheet into Access table

    Hi friends, I have an access tables that I need to be copying excel data from different sources and from different sheets. Please how can I do this with VBA / Module?
  18. M

    Make my Access App Available in Multiple Desktops Through Online

    Thanks dear, I will give a try now
  19. M

    Make my Access App Available in Multiple Desktops Through Online

    Ok thanks, but which company can I host my BE to. I think I prefer this option. thanks
  20. M

    Make my Access App Available in Multiple Desktops Through Online

    Hi, I have an access app that I would want to make available for different PCs online because they are in different locations. What is the right way to make this happen? Can I use offline sharepoint or VPN. Please advice me on better way to make it through. Thanks, Moore
Back
Top Bottom