Best method to format and convert database?
At the moment I'm using a For Next Loop to pass through each field in a dataset loaded with the foxpro info. In the loop I use an Insert command to store the information into the access file. The problem with this is that the foxpro file has around 150,000 items and when I start the process it almost maxes out my computer. It's also very slow. It has taken about 30 minutes so far and according to the progress bar isn't even half way.
CPU usage runs at about 90 - 95%, and Memory = 142
PC Specs
Processor = Athlon XP2500+ (1.86 GHz)
Ram = 512 DDR 2100
Can anyone tell me a better way to go about this?

