Automatically start Acces on a certain time

D

David

Hallo,

A few months ago I created a database in Acces which works fine, but I want
to take it a step further. (it is a time management system btw)

I would like to open itself automatically when it's 17h15, that way I will
never forget to fill it in.

Is there a way to program it that way?

grtz
 
S

Stefan Hoffmann

hi David,
I would like to open itself automatically when it's 17h15, that way I will
never forget to fill it in.
Use the task scheduler or at commandline tool.


mfG
--> stefan <--
 
A

Aaron Kempf

uh Access Data Projects and MSDE 2.0 include 'SQL Server Agent' which is an
enterprise level tool for running jobs (at night for examlpe)

if you bought a copy of SQL Server Developers Edition-- it's a whole $49--
it would be quite easy for you to setup a recurring job; and email you on
failure for example
 
Top