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 |
oahu9872
Posting Yak Master
112 Posts |
Posted - 2005-09-28 : 10:15:45
|
I have several DTS packages that are used to upload new data weekly. I would like to be able to run the packages from a form in Access. Does anyone know if this is possible?Thanks |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2005-09-28 : 10:52:05
|
Do you know VBA ? You can easily connect to a sql server and run DTS packages using the SQL DMO object library. Let me know if you need an example .... |
 |
|
oahu9872
Posting Yak Master
112 Posts |
Posted - 2005-09-28 : 11:13:53
|
I can work my way through visual basic if i need to. An example would be great. Thanks. |
 |
|
|
|
|