E
EagleOne
2003
What (series of) commands in VBA will save my current database as a different filename?
MY attempts included (to no avail):
Dim TempFile As Object
Set TempFile = CurrentDb
TempFile.SaveAs CurrentProject.Path & "\" & MyNewFileName
I am probable making this more difficult than needs be but I cannot find the combination.
Thanks EagleOne
What (series of) commands in VBA will save my current database as a different filename?
MY attempts included (to no avail):
Dim TempFile As Object
Set TempFile = CurrentDb
TempFile.SaveAs CurrentProject.Path & "\" & MyNewFileName
I am probable making this more difficult than needs be but I cannot find the combination.
Thanks EagleOne