Ok. You can either do what Jerry says to do or do what Joe says to do. Jerry's solution requires an Access license somewhere to work, whereas Joe's does not. Basically, Jerry is saying to use VB's Access Automation to automatically open up Access and use it to export the data into Foxpro, while Joe is saying to use VB and ADO to open up the Access table and the Foxpro table and use VB and ADO to transfer the data directly.
But, I really don't understand why you're doing that! If you get data from an SQL Server database to begin with, you can just pull the Foxpro table directly from there, using the same technique that Joe describes.
Bob