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.
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...
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...
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...
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 &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.