Put a copy of access in another folder

  • Thread starter Thread starter SA
  • Start date Start date
S

SA

Hi all,
I wanted to make a read only copy of an access database every night and put
it in a different folder. Is this doable from within access or would I just
have to write a script for this?

Thanks,
SA.
 
Since Access uses VBA, you can write code that does just about anything you
want. You won't be able to copy the open database but you can have another
Access file that contains your maintenance code for working with other DBs.
 
Thanks Dean.

Dean said:
Since Access uses VBA, you can write code that does just about anything
you want. You won't be able to copy the open database but you can have
another Access file that contains your maintenance code for working with
other DBs.
 
but it's a LOT easier to use ACCESS DATA PROJECTS; you can schedule a
complete backup; store backups for 4 weeks; and do it every night at
2am.. you can schedule this without writing anything.

good luck in choosing the best architecture in the future.

ADP with MSDE or SQL Server.
 

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

Back
Top