Search results

  1. T

    need macro to run every 5min?

    pbaldy, Got it working. Thanks. Yes...under the Forms/DesignView/Events/Data, on the "On Open," (when FORM opens) I select my Macro (from the pulldown) for the "On Timer" parameter, then I set the interval for 300,000. It works great! Thanks again.
  2. T

    need macro to run every 5min?

    yo gentleman...the timerinterval is not working. I'm not doing something correct, I'm sure. I've opened the FORM for the database. Under Events, on the "On Open" is where I want the macro to start running. Do I select the macro on the pull down menu, then within the macro, I activate the...
  3. T

    need macro to run every 5min?

    Negative FOFA....the web page is just displaying the HTML file, I extracted from my DB. The two applications are totally seperate and were not designed to interface with one another. I'm creating the interface, by building this macro. Tee --
  4. T

    need macro to run every 5min?

    thanks for replying guys. I will explore the "convert to code," option to utilize the timer. That sounds like my best solution, so far. If you can think of anything else or additional tips, please let me know. Tee --
  5. T

    Overwrite HTML files

    Hi. I have this same need and problem. Did you ever find a solution to this problem? I'm trying to "jury rig," this problem by creating a batch file, that executes before the macro and deletes the Output File, if it exists, then runs the macro. There has to be a better way within Access. VG
  6. T

    need macro to run every 5min?

    I've setup a macro to extract data to an Output File, send and post that data automatically to my companies web site. This macro works great, with the exception of the annoying "do you want to replace the existing file?," message, whick I'm working on eliminating. Now, I need to execute this...
Back
Top Bottom