Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
purisqlserver
Yak Posting Veteran
73 Posts |
Posted - 2004-06-18 : 11:23:53
|
Hi,I wanted to know if, we could setup jobs in MS Access as in sql server or if there is any feature to facility the same. we are trying to derive information from existing tables in MS Access at a certain time and store it into reporting tables.Front end used is vc++.Thanx, |
|
timmy
Master Smack Fu Yak Hacker
1242 Posts |
Posted - 2004-06-20 : 19:59:16
|
You can't schedule jobs in Access as such, because it's an application not a service.What you can do is create an application to read the data you require then schedule this app using the Windows task scheduler. |
 |
|
|
|
|