How to Create Auto Backup File

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 22

  • @danielwong5182
    @danielwong5182 3 года назад

    Thank you for making excellent MS Access tutorials. I added this backup code to my database, and it works great!!! Would you be able to demonstrate how to write the code to backup the database to a USB storage device and also how to resolve an error when there is no USB storage device installed, prompting the user to install a USB storage device? Again, thank you for all your MS Access video tutorials, you are an excellent instructor!!

  • @paulskelton8799
    @paulskelton8799 Год назад

    Well explained and effective. Access will be around for a while yet I think! Many thanks for sharing your knowledge

  • @Asterix34518
    @Asterix34518 3 года назад

    Thanks very much. That was a very good and detailed explanation on how to back up a file in Acces.

  • @luismerida5210
    @luismerida5210 3 года назад +1

    I think yuo are a good teache!!!!. See you another time, thank you very much.

  • @Andika-vt4wh
    @Andika-vt4wh Год назад

    Bagus sekali Bro saya sudah menerapkannya. Salam kenal saya dari Indonesia lanjutkan videonya Saya menunggu

  • @practice-me
    @practice-me 2 года назад

    May I have a question,
    If access file still used, we can do these backup function. ?

  • @pathtolightbd
    @pathtolightbd Год назад

    Another great tutorial as always! Could you pls consider creating a video tutorial on kicking all users out automatically before the "Module" is executed to ensure that the Database is not in use by anyone when the backup is created.

  • @nigelkey8157
    @nigelkey8157 2 года назад

    Great tutorial - thank you. The laccdb file stays open any way to resolve this ?

  • @rajuthivagar6042
    @rajuthivagar6042 3 года назад

    Hi can you share how to create stock in and stock out in inventory system

  • @chrisj279
    @chrisj279 3 года назад

    I've got this code done exactly like in the video, but am getting a "Compile Error: Expected variable or procedure, not module" every time i try to run it. Its like Access can't find it, even though it appears as a module in my database . I tried using the "Runcode" function under the macro builder, which someone suggested online and it says "The expression you entered has a function name that Microsoft Access can't find. Any ideas?

  • @medoAlshehri1990
    @medoAlshehri1990 3 года назад

    Thank you so much that was really helpful

  • @igormalinkov4128
    @igormalinkov4128 2 года назад

    Thanks a lot.

  • @pathtolightbd
    @pathtolightbd Год назад

    Would greatly appreciate if you could also consider creating a video on compacting the backend database automatically and kicking all users out before the Compact&Repair Module runs to avoid possible data corruption in the process.

  • @jamesrequilme
    @jamesrequilme 4 года назад +1

    Hi, how to change the source as backend database to backup. At the video, Source=CurretnDb.Name, however I want to backup only the backend file. Many thanks in advance!

    • @austin72406
      @austin72406  4 года назад +1

      check out my new video here: ruclips.net/video/CGbk1Ne9Zjw/видео.html

  • @ahsansolangi48
    @ahsansolangi48 3 года назад

    I face error 429 ActiveX component can not create object please help.

  • @kefahnaman8070
    @kefahnaman8070 3 года назад

    There were some problems with me .. when I applied the vba code ..yellow line at:
    a=objFSO.copyfile (source, target ,true)
    What is the problem ?
    I use Microsoft office 2016 and Win 10

    • @jakobking123
      @jakobking123 3 года назад

      I had the same problem, it occurs because you cant copy a file that is currently running. When you implement a function in the "On Load" Event, your Databse was already executed and is running, so it wont let you copy this opened file. Maybe check that first and try to copy any other file, if this works this is the same error I get.

  • @Thanogr1
    @Thanogr1 4 года назад

    You should create a course at UDEMY

  • @heangkimhay1753
    @heangkimhay1753 3 года назад

    Thank you so much for very useful code for current DB back up.
    It’s very appreciated if you could share the code for others DB (for example back up the link table of other DB) back up.
    Again thank you so much for this video.

  • @homesafe8632
    @homesafe8632 4 года назад

    That's very useful 👍

  • @bdhis24
    @bdhis24 2 года назад

    bdhis24