Results 1 to 5 of 5
  1. #1
    fryeste is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2019
    Posts
    4

    Unwanted prompt to backup database

    So I've got this Access application that I developed. One user encounters a dialog box at a certain point in the workflow prompting them to backup the database. When they do - or if they cancel - the application terminates.

    Any ideas about why this is happening? There is no known VBA code within the application that would generate this occurrence. Settings somewhere?

    Thanks,
    Steve

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    this happens when theres a corruption. some form/report is broken when it tries to open it.
    this triggers an error and the db will backup to MyDb_backup.accdb.

    be sure you can open all forms/reports/queries without a crash.
    compact repair.

  3. #3
    fryeste is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2019
    Posts
    4
    Thanks for this. I'll have to check what's being called at that point - most likely a report.

    Steve

  4. #4
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,845
    make sure your db is split and each user has their own copy of the front end on their machine. Not setting it up this way is the most common reason for corruption

  5. #5
    fryeste is offline Novice
    Windows 10 Access 2016
    Join Date
    Jan 2019
    Posts
    4
    Yup, sure is. Been developing Access applications for close to 20 years, and always set up multi-user apps this way, including this one.

    Whenever possible, I also set things up to automagically download a fresh master copy of the front-end from a server to the workstation whenever the user logs in. Keeps things clean on the workstation and also distributes updated versions without other special handling.

    Steve

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Backup Database
    By DPS in forum Access
    Replies: 5
    Last Post: 10-30-2015, 08:20 AM
  2. Backup database
    By mathhero in forum Access
    Replies: 2
    Last Post: 10-30-2015, 04:49 AM
  3. Button to backup database ???
    By TenOc in forum Programming
    Replies: 2
    Last Post: 02-15-2015, 08:33 PM
  4. access database backup...
    By alex_raju in forum Access
    Replies: 5
    Last Post: 07-17-2011, 09:00 AM
  5. Database backup automation
    By aat in forum Access
    Replies: 2
    Last Post: 09-17-2010, 07:24 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums