Thanks. I looked into that, but I couldn't figure it out.

Basically, I have a dataset with multiple tables that I want to dump to a new access file (create access & tables and dump rs).

I can create the access db using ADOX.Catalog.Create() and I seen how to make the table and each column. But I was wondering how I could just dump an entire dataset into access and maintain the fields and records and table names, etc.