How to Create Auto Backup File

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ •

  • @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.

  • @Andika-vt4wh
    @Andika-vt4wh Рік тому

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

  • @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.

  • @luismerida5210
    @luismerida5210 3 роки тому +1

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

  • @nigelkey8157
    @nigelkey8157 2 роки тому

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

  • @practice-me
    @practice-me 2 роки тому

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

  • @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.

  • @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

  • @jamesrequilme
    @jamesrequilme 3 роки тому +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  3 роки тому +1

      check out my new video here: ua-cam.com/video/CGbk1Ne9Zjw/v-deo.html

  • @igormalinkov4128
    @igormalinkov4128 2 роки тому

    Thanks a lot.

  • @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 2 роки тому

      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.

  • @ahsansolangi48
    @ahsansolangi48 3 роки тому

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

  • @homesafe8632
    @homesafe8632 4 роки тому

    That's very useful 👍

  • @bdhis24
    @bdhis24 2 роки тому

    bdhis24