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 strongm 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. BigToeCat

    Dim fd As FileDialog - user define object no defined!

    The title shows my problem. I have Access 2002 and the MSN web site states FileDialog is a valid object. Any help? Cheers
  2. BigToeCat

    File input dialog box

    I import from txt files which vary in name. So I ideally want specify the DIR, filename to input via your standard looking windows DIR dialog box (with browse option). Is there such an object in ACCESS? Thanks.
  3. BigToeCat

    Here's a brain teaser! Automate data retireval

    I donwload stats on a daily basis. These stats are variable in quantity each day. To get the stats I click on one of several hyperlinks that runs the following code: javascript:OpenWindowNew('Http://www.statpost.co.uk/spost/?MIVal=v2_stat_result&stat_id=??????') The stats appear in a new...
  4. BigToeCat

    Info retrieval from html page

    The script below opens a new window to display statistics for the day when I click on a hyperlink on the main page. My question is how do I automate this so that I don't have to click the hyperlink - it will do it for me - sequentially increasing the wmm_rid no...
  5. BigToeCat

    Automation of info retrieval

    I am not a Java programmer (un-gifted). I specialise in Access. However, my problem is that I have a web site that I retrieve data from on a daily basis. I click on several hyperlinks to retrieve statistics for that day (they vary in number) - which then executes the following code...
  6. BigToeCat

    I admit defeat! I'm getting a 3075

    I admit defeat! I'm getting a 3075 error on code below - 'Missing operator'. Any help? Thanks in advance. strSQL = "SELECT * FROM tblRace" _ & " WHERE Date = " & Race_Date & " AND Time = " & vTime & " AND CourseNo = " & intCourseNo_Temp &...

Part and Inventory Search

Back
Top