Importing data from live web page on startup

G

Guest

Or maybe it would be linking to the web site.

Here's the scenario.
Out server exports (appends) an index.sh (plain text) file (don't know why
sh) every so often.
I would like to make my access database automatically get the page when it
is opened. I have tried straight "Linking" the db to the page, but I keep
getting an error about the page read only, and then it tells me that the file
is in the wrong format. When I try linking as a text file, it tells me the
extension has to be txt, etc....
Is there, instead, a vbscript I should try writing instead - keep in mind
that I have very little programming experience... Any help would be greatly
appreciated.
Chris
 
J

John Nurick

Hi Chris,

One way is to use an Autoexec macro; the other is to call code from the
Load event procedure of your startup form. (Look in Help for "Control
how an Access file looks and behaves when it opens" or some such)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top