Does anybody know how I can copy a database from within VB? I want to automatically create a backup.
Just use the Filecopy source,destination and you'll have a copy of you're database: Filecopy test.mdb,copy.mdb
Forum Rules