I have the following to copy a database, but its not working any ideas
Sub CreateDatabase()
Dim wrkDefault As Workspace
Dim dbsNew As Database
Dim DateSave, TimeSave
Dim newdb
Dim StoreFolder
Dim dbname As String
DateSave = Format(Date, "ddmmyy")
TimeSave = Format(Time, "hhmm")...