M
muleherd
Guest
I am able to connect to a foxpro table using ADO and this code . . .
rs.Open "momcusts", "Driver=Microsoft Visual Foxpro Driver; UID=;SourceType=DBF;SourceDB=C:\", adOpenForwardOnly, adLockReadOnly, adCmdTableDirect
Is there any easy way to copy the entire table into a local Access 2000 table?
rs.Open "momcusts", "Driver=Microsoft Visual Foxpro Driver; UID=;SourceType=DBF;SourceDB=C:\", adOpenForwardOnly, adLockReadOnly, adCmdTableDirect
Is there any easy way to copy the entire table into a local Access 2000 table?