B
bel
Guest
Hi,
How can I make a push-button-easy way for my client to update their local Access database from a text file published at a URL?
Ideally, I'd like to add a button to their existing Access interface (which is just a form that opens on startup). When they press the button I'd like this to happen:
1. a URL is called (e.g. http://www.website.com/data.txt)
2. the text file (maybe a CSV, SQL statement, XML or HTML file) is parsed
3. the database is updated accordingly
Can this be done in Access?
How can I make a push-button-easy way for my client to update their local Access database from a text file published at a URL?
Ideally, I'd like to add a button to their existing Access interface (which is just a form that opens on startup). When they press the button I'd like this to happen:
1. a URL is called (e.g. http://www.website.com/data.txt)
2. the text file (maybe a CSV, SQL statement, XML or HTML file) is parsed
3. the database is updated accordingly
Can this be done in Access?