Saving the back-end with a new name

A

Alp Bekisoglu

Hi Experts,

I guess it should be possible to save the backend mdb with a new name to a
location from within the front-end. I would like to do it via VBA code.

Any pointers, help would highly be appreciated.

Thanks in advance,

Alp
 
R

Rick Brandt

Alp Bekisoglu said:
Hi Experts,

I guess it should be possible to save the backend mdb with a new name to a
location from within the front-end. I would like to do it via VBA code.

Any pointers, help would highly be appreciated.

Thanks in advance,

As long as you have nothing active that is pulling data from the back end at the
time, just use FileCopy.

FileCopy "SourcePath" "DestinationPath"
 
A

Alp Bekisoglu

Hi Rick,

Thanks for your help and sorry for the late response.

One thing though, I wish it would remind/ask to overwrite... but does the
job anyway.

Alp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top