I've been trying to use the DoCmd.TransferDatabase method to export the contents of a MS Access Table to another directory. I finally realized that I have to establish a new Access MDB first at the desired location but can't figure out the easiest way to programmatically create the inital new MDB itself (which can have all blank tables, forms and reports for all I care).
What do you think is the best way to establish the basic MDB structure in a new destination directory? By the way, I'd be okay copying justthe table itslef as a "stand-alone" if that's possible, too. I'm just trying to create aquick and dirty data backup function.
