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 gkittelson 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. Moonlighting2

    Sending SMS via Access Form

    To keep things simple, I have stripped out the rest of the code and limited it to the main function, which is to send an SMS message on a click event, via a server that has been set up. Error message is object required. This happens, of course, at the Set declaration. It's late, I'm tired...
  2. Moonlighting2

    Sending SMS via Access Form

    To keep things simple, I have stripped out the rest of the code and limited it to the main function, which is to send an SMS message on a click event, via a server that has been set up. Error message is object required. This happens, of course, at the Set declaration. It's late, I'm tired...
  3. Moonlighting2

    VB Script document manager

    It's ok, I sorted it myself. Private Sub ActiveXCtl148_Click() On Error Resume Next Dim strSourceFolder, strDestinationFolder, strFileExtension, strLogFile strSourceFolder = ("C:\send") strDestinationFolder = "O:\sitefile\" strLogFile = "move_files.log" ' Declare objects. Dim FSO: Set FSO =...
  4. Moonlighting2

    VB Script document manager

    I have written this script to manage documents between a local computer and a server on the network. The code loops through every document within a folder on the C drive and then distributes that files based on both the first 3 letters of the file name (this is equal to one of many folders) and...

Part and Inventory Search

Back
Top