Does anybody have a code sample or know of a tutorial for transferring tables from SQL Server 2K to Access?

I am writing a VB application with a form that needs to do this once a week so I am looking for a way to automate the process.

I found this article and I think it is what I need but the code is missing.

http://www.zdnet.com.au/builder/arch...0274922,00.htm The transfer of data from one format to another is a common programming chore. Programmers can simplify the process by using SQL Server via Data Transformation Services (DTS), which is tightly integrated in the Microsoft product line.

Any ideas?