Results 1 to 5 of 5
  1. #1
    jgelpi16 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544

    Question Database Scheduler

    I currently have a database that simply has to be open to kick off my scripts and such. I would like to put this on an automatic scheduler so I would not have to physically touch the DB to have the code run. Any suggestions? I am using Access 2007

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    The simplest solution is probably to open the db from Windows Scheduled Tasks. I have a few things I do that way. I create an mdb with an autoexec macro that calls a function. That function performs my desired tasks, then closes the db.

    Note I had a problem with Windows 7/Access 2007 where I couldn't get an accdb to run from Scheduled Tasks. I had to change it to an mdb.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    jgelpi16 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544
    I appreciate the input. However, if I remember correctly you need your computer on to have the scheduler run. I am looking for a method to run the DB without the reliance on a local machine. I have a server that I could run the scheduler through, but cannot use a local machine.

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,521
    Well, if the server has Access installed, the method should still work. Can your process be done by a batch file, SQL Server, etc?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  5. #5
    jgelpi16 is offline Expert
    Windows XP Access 2007
    Join Date
    Mar 2010
    Location
    Charlotte, NC
    Posts
    544
    I am assuming it can. We are using Citrix and I am trying to avoid going through my IT department for the setup.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Database Design for Specification Database
    By khwaja in forum Database Design
    Replies: 2
    Last Post: 11-24-2011, 03:58 AM
  2. Access Scheduler
    By Chockness in forum Access
    Replies: 0
    Last Post: 03-31-2010, 11:26 PM
  3. Creating a Maintenance Scheduler
    By squirrel in forum Forms
    Replies: 0
    Last Post: 02-15-2006, 03:45 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums