Matrix_zero
Registered User.
- Local time
- Today, 15:11
- Joined
- Jan 26, 2005
- Messages
- 64
is there a way to create a database using vb saying something like this
create a new database called "DataFile"
and copy table1, table2, table3, and table4 from the current database file to the database called "DataFile"
part of my splashscreen checks for the database, if it isn't in the same directory as the file... possibley the first time it is opened, i would like to setup a new db file with these tables.
Is this even possible?
create a new database called "DataFile"
and copy table1, table2, table3, and table4 from the current database file to the database called "DataFile"
part of my splashscreen checks for the database, if it isn't in the same directory as the file... possibley the first time it is opened, i would like to setup a new db file with these tables.
Is this even possible?