I need to create copies of the CurrentDB using VBA (approx. 12 copies). The copies need to be clones of the master database containing all the same forms, queries, etc. except o
Looks like you have an extra quote in sDBdest accdb""" And for database copy you can also use
accdb"""
FileCopy sDBsource, sDBdest
Instead of Scripting object