Hi again everyone,
Here is what I have and where I am stuck.
I have an Access DB and an Excel spreadsheet. The Excel spreadsheet is built to gather information from a website that contains statistics we use in the office. There is a "front" worksheet that has basic controls such as dates, clear button and search button.
Basically you enter the dates between which you want to get the data (i.e. Let's say I want the report for may I would enter 05/01/2010 in one field and 05/31/2010 in another. Once you hit the seach button Excel launches internet explorer, logs in to the website and collects all the info in different worksheets.
I use each of these worksheets as a linked table in my Access DB. Right now I have to enter the spreadsheet manually to run the web query.
What I want to know is if it's possible to have a form setup in Access that would allow me to enter the dates I want (through a calendar control for instance), feed that to Excel in the specific fields and then activate the search button.
I hope this isn't to basic, I searched around but couldn't find what I was looking for. I know it would be best to bypass Excel altogheter and have Access gather the info from the website itself but I fear my VBA skills are to limited and the Excel spreadsheet works perfectly!
I hope I was clear enough, if not I'll try to clarify.
Thank you in advance.
Here is what I have and where I am stuck.
I have an Access DB and an Excel spreadsheet. The Excel spreadsheet is built to gather information from a website that contains statistics we use in the office. There is a "front" worksheet that has basic controls such as dates, clear button and search button.
Basically you enter the dates between which you want to get the data (i.e. Let's say I want the report for may I would enter 05/01/2010 in one field and 05/31/2010 in another. Once you hit the seach button Excel launches internet explorer, logs in to the website and collects all the info in different worksheets.
I use each of these worksheets as a linked table in my Access DB. Right now I have to enter the spreadsheet manually to run the web query.
What I want to know is if it's possible to have a form setup in Access that would allow me to enter the dates I want (through a calendar control for instance), feed that to Excel in the specific fields and then activate the search button.
I hope this isn't to basic, I searched around but couldn't find what I was looking for. I know it would be best to bypass Excel altogheter and have Access gather the info from the website itself but I fear my VBA skills are to limited and the Excel spreadsheet works perfectly!
I hope I was clear enough, if not I'll try to clarify.
Thank you in advance.