Okay, first off, I'm still getting the hang of this crazy thing called VB. So if you'll all be willing to forgive me if I'm slow to pick up...

Sencond, my questions:

First Question:
I'm trying to import 5 text files into an Access DB. I found a VBA command for importing data in Access - DoCmd.TransferText
How can I access this command from VB 5.0?

Second Question:
Once I've imported the files, I want to delete them. Should be simple, but I want to be sure I've got it right before I try and accidently wipe my HD. ;-)

FDR