On Thu, 12 Jan 2006 14:16:02 -0800, "LT JOSHUA BAILEY" <LT JOSHUA
I am trying to write a program that transfers data to a 3.5 inch disk. I
would like to automate the process of opening a new blank database on the 3.5
inch disk.
Do you actually want a new *database* - a .mdb file container for
multiple tables, forms, procedures, etc.? Or are you trying to
transfer just data, e.g. to be loaded into a table?
If the latter, you may want to consider using the TransferText
procedure to export a table to a comma-separated text file, or
TransferDatabase to export it to a dBase format file. These files can
readily be imported into a table, without the considerable overhead of
transporting a complete .mdb file.
John W. Vinson[MVP]