MS Access: Create Auto Backup V2 Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 15

  • @mauricej4781
    @mauricej4781 3 ปีที่แล้ว

    Hello, I have been reviewing your videos particulary Create auto backup. Do you have any videos on access database restore . Selecting the filename from backup folder and change filename to the active working database that connects to the front end database??

  • @SprintingMini
    @SprintingMini 2 ปีที่แล้ว

    Hi, Great idea however, I have followed everything that you showed and all works great except that it does not create a copy to my chosen back up folder. I have gone over your video a few times (both parts) but still can't figure out where it is not working. Your Version 1 back Up works no problem. Any ideas where to check/how to resolve the problem?

  • @martinchiappe8661
    @martinchiappe8661 2 ปีที่แล้ว

    Hello!! I have a problem with the code of the CreateBackupV2 module. When I open the Form that calls the module, it gives me the error in this line: If !Override.Value = True Then. What am I doing wrong...? Thank you very much for your classes by the way!!!

  • @jamesrequilme
    @jamesrequilme 3 ปีที่แล้ว +1

    Hi, if I understand it correctly, you forgot to show how the override works. If there is already an existing file in the backup folder, will there be no windows prompt that you are overwriting the existing file?

    • @austin72406
      @austin72406  3 ปีที่แล้ว +1

      Override existing file with this line of code: objFSO = Copyfile(source, target, true)
      True = override old file.
      I explained this on the create back up V1

  • @Hubris786
    @Hubris786 2 ปีที่แล้ว

    Hi,
    I keep getting error "expected variables or procedure, not module "
    Did everything as you said in the video.

  • @hindusanatanstatus3543
    @hindusanatanstatus3543 3 ปีที่แล้ว +1

    Good Knowledge ❤️

  • @user-gt1vn5io9h
    @user-gt1vn5io9h 3 ปีที่แล้ว

    Does this work for split database.
    I want to do this for my back end file

    • @austin72406
      @austin72406  3 ปีที่แล้ว +1

      this code does not work with the split database because the data is not stored in the current database. The data or table is linked to another file (database). You will need another method or modify the code.

    • @user-gt1vn5io9h
      @user-gt1vn5io9h 3 ปีที่แล้ว

      @@austin72406 an idea for the next video👍

    • @user-gt1vn5io9h
      @user-gt1vn5io9h 3 ปีที่แล้ว

      How come you changed your name from nana Sara?

  • @shabbytv
    @shabbytv 27 วันที่ผ่านมา

    can you share a sample file

  • @franzlokuwel4057
    @franzlokuwel4057 3 ปีที่แล้ว

    Sir can you send me the source code or sample file

    • @austin72406
      @austin72406  3 ปีที่แล้ว +1

      I have the link below the Video to see more information on my website including the code.