How to Create AUTO BACKUP in Microsoft Access

Поділитися
Вставка
  • Опубліковано 7 лют 2025
  • This video will show you on how to backup your Ms Access database file on a simple way.
    Downloadable Templates:
    • Free Download Template
    👍 Please Like comment and share to support this channel
    ua-cam.com/users/c...
    Keywords:
    How to create auto backup file in ms access, how to backup microsoft access database,
    Access backup database automatically,
    Ms access database backup VBA,
    #mstutorial
    #microsoftaccesstutorial
    #microsoftaccess

КОМЕНТАРІ • 53

  • @geniusaeqcomputers5792
    @geniusaeqcomputers5792 Місяць тому +1

    Thank you for your good work, your video tutorials have helped me to improve in my database builder in access VBS coding.

  • @Initial_Gain
    @Initial_Gain Рік тому +2

    Thank you, I'll use this code to create a Backup button in my database. You're very talented and young!
    🇲🇹

  • @stewartwilkinsonsnr
    @stewartwilkinsonsnr 5 місяців тому

    Edcelle, Wow so pleased I found your channel. Since I retired (2009) and during Lockdown in UK I have been learning Access by watching UA-cam. The one thing I have been trying to do is save the file automatically using a button. So my sincere Thanks for you well presented video. Kindest Regards Stewart 👍👏

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  5 місяців тому +1

      Thank you so much for watching my videos Stewart. I'm glad that my video helps you.
      Once again thank you so much.

    • @stewartwilkinsonsnr
      @stewartwilkinsonsnr 5 місяців тому +1

      @@EdcelleJohnGulfan Followed your coding and so pleased as it works just great 👍

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  4 місяці тому +1

      Thanks it helps.

  • @LucyEssex
    @LucyEssex Рік тому +1

    Just what i was looking for - thank you

  • @emilybaas
    @emilybaas 11 місяців тому

    this video was exactly what I needed thank you SO much.
    Any chance you can make another video on how to create a macro that opens this form to “click” this button?
    I’m not familiar with the coding side of access. So when I create a macro attempting to do this (not using VBA code) I think it’s causing an issue and it needs a macro created using VBA code

  • @ModawanaTech
    @ModawanaTech Рік тому

    Excellent 👍🎉

  • @rzgartech
    @rzgartech Рік тому

    Thanks for you, i subscribed and liked

  • @Shadow.Dragon
    @Shadow.Dragon Рік тому

    Excellent video! I presume that the "A" integer returns the "state" of the copy (i.e. successful or not)? Can you then use this "state" to give the user feedback?

  • @deozaxsingerandgaming
    @deozaxsingerandgaming Рік тому

    Good.thank.

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

    Great, Thank you

  • @amitpawaronline
    @amitpawaronline Рік тому

    Hi, thanks for this video tutorial. Is it possible to keep only last five days backup, I mean is there any way to auto delete everyday backup after 5th day ?

  • @altdel126
    @altdel126 Рік тому

    Great work!!
    could please make this same to backup Database only, I mean not with forms

  • @popongmark1158
    @popongmark1158 Рік тому

    Thanks for the video... Gaubra ko og employee data base sa among lgu, hope u can help po.. thanks

  • @daveyks1
    @daveyks1 2 роки тому +1

    This is great....can you do one that does the same thing for a SQL back end?

  • @syedabbas201
    @syedabbas201 2 роки тому +1

    Nice help full video.
    But How to make Timing auto Backup. For exp I set 3:00 pm automatic back up on 3:00 ??

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

    Thanks for Reply. Have you made any Video on timing Backup??

  • @renatovincis3455
    @renatovincis3455 Рік тому +1

    Ciao Edcell, si può eseguire il backup anche se ci sono degli utenti collegati?

  • @Azheenyasin
    @Azheenyasin Рік тому

    Thanks bro,
    But when you quit app there will be one copy of the file how can i change the format of the copied file by time and date so each time i close the app i want it to copy a backup file of that time.

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Рік тому

      Hi. Sorry for late reply.
      For the Target. You can change the code into like this...
      TARGET: Target & format (Now(), " hh-mm-mmm-yyyy) & ".accdb

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

    I a week or almost two weeks ago asked a question, but I didnt get the answer.
    The question was, Filter by option group in navigation control doesnt work. Hope you will give me the answer.

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

      Sorry for that. Honestly, I can't read all the comments. Thanks for telling me now.
      Can you just tell me your concern here about option group?

  • @budimansudjatmiko8425
    @budimansudjatmiko8425 Рік тому

    Broo...... is it work on split database ?

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Рік тому

      Yes, but instead the path of front end, you should type the path of backend so that the back end will be copied.

    • @budimansudjatmiko8425
      @budimansudjatmiko8425 Рік тому +1

      @@EdcelleJohnGulfan OK.... I'll try that.... thanks for your answer......

  • @johnkennethdeguzman2667
    @johnkennethdeguzman2667 Рік тому

    Sir Edcelle Good day po. Bakit po pag nag lagay ako ng page 3 sa TAB FORM hindi nakikita sa Form View ang laman ng page 3. Pero sa Design View naman nakikita sya. Ano po kaya ang mali ko dun. Pa sagot naman po. Maraming salamat

  • @kierikitiw
    @kierikitiw Рік тому

    Paano po kung ung path eh mag oopen kung saan mo sya ibaback up. Possible po ba un

  • @RHUDelfinAlbano
    @RHUDelfinAlbano Рік тому

    sir paano kung ilipat ung back up file sa ibang location

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Рік тому

      Change the PATH Sir.
      Sample ilipat sa Drive C.
      Path = "C:\Database Back Up"

    • @EdcelleJohnGulfan
      @EdcelleJohnGulfan  Рік тому

      Make sure that folder name is exist in drive C.

  • @johnkennethdeguzman2667
    @johnkennethdeguzman2667 Рік тому

    Sino po kaya makakasagot sa tanong ko. Pasuyo naman po. PLs