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 derfloh 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: *

  • Users: davethegog
  • Content: Threads
  • Order by date
  1. davethegog

    Run excel macro through vbs

    I'm trying to open an excel file and subsequently run an excel macro through a vbs file. I've got this far but can't seem to finish off. Set objExcel = createobject("Excel.application") objexcel.Visible = True objexcel.Workbooks.open "c:\training 2.xls" objexcel.application.run macro ="test"...
  2. davethegog

    ODBC Connection or Alternatives Please

    I've been successfully running a website using php and mysql with a (non-technical) friend for the past 12 months and am about to take 6 months leave to go travelling. To date the database has been populated using data from an MS Access database importing txt files when needed through the...
  3. davethegog

    Updating A Field - in recordset

    I'm currently trying to update a field in a recordset based upon a variable defined in an earlier recordset. eg recordset1 identifies field3 as the field to be updated so I've captured this data as a string. recordset2 will then update field3 with a specific value. I can't get the update to...
  4. davethegog

    Access To Outlook

    I've set up an application in Access 97 which currently creates calender activities within Outlook 2000(as well as recording the date and time in Access). This works well. What I'd now like to do is from access delete the activity from outlook, based upon the recorded date and time. Or...
  5. davethegog

    Trying To Identify Machine IP Address

    Hi There I'm trying to identify the IP address and or Machine Name as the users log on to a shared (10 users) access database. Any suggestions? Thanks in advance Dave

Part and Inventory Search

Back
Top