PDA

Click to See Complete Forum and Search --> : Export to foxpro


DrewDog_21
Jan 3rd, 2000, 04:44 AM
Can anyone give me an example on how to create a foxpro table and export data from an existing Access table to it?

Thanks

Andrew

sodhichd
Jan 4th, 2000, 09:51 AM
The easy way is the use DAO.
Create two recordsets. One for Foxpro and one for access. Then using a for loop read all the data from the access table and inside the loop trf. it to the foxpro recordset and update it.

Regards
Manjinder Sodhi

------------------