Adding Large Amount of Records
be able to import/paste data to the DB with through this program in some way.
Getting info from Excel would be the best. I already tried getting info from Excel
into DataSet and then (Psuedo Code):
Access Dataset.Merge (Excel Dataset)
but that doesn't work can anyone give me some pointers?

