I have an Access 2000 db where I am trying to use the DTS functionality of SQL Server to run a DTS package. It works fine on my pc, I suppose because I have SQL Server on my machine. But when someone else trys to run the VBA module that runs the DTS.Execute function it won't work since they don't have SQL Server on their machines. I think it requires some .dll's in order for it to run on their machine. Is their an easy way to distribute these? Would it be possible to run the DTS package from a stored procedure that could be kicked off from the Access VBA module? Can a stored procedure run a DTS package?