Results 1 to 3 of 3
  1. #1
    reeves311 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    2

    Datasheet Form Mysteriously Crashes

    I have a simple run-time database. From the main menu, user's click a button with an openform macro to open a form in datasheet view. This form has a custom built shortcut menu with sorting and filtering options on it which works well. The problem is, the form will work for several days with multiple users using the form simultaneously, then it freezes. When it freezes, you can click the button on the main menu to open it, but nothing happens. After this happens, if I open the database in accdb mode and double-click the form in the navigation pane, it won't open, it does nothing. However, if I open it in design view, then click View in the upper left hand corner, it opens in datasheet view just fine. But back to double-clicking it in the navigation pane and it still won't open. This goes on for a while, then suddenly it works again and I have no idea why it suddenly works. I am not a programmer so this is a simple form built in graphic mode. I have tried compacting and repairing the database, and it changes nothing. I have tried rebuilding the form from scratch and the same thing happens. I thought perhaps it had something to do with the filteronload or orderbyonload and have turned those options off. Any clue what's going on? I have built these simple forms 100 times and never had this problem before. I would appreciate any help I can get. I have searched google for hours with no results.

  2. #2
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    My guess is that this app hasn't been split into a Front End/Back End configuration. If this assumption is accurate, you should know that having multiple users sharing a single, non-split database, sitting on a network drive is the sure way to repeated episodes of corruption, speed and timing problems, and all manner of strange, odd and curious behavior, including the problem you're having, now! Multiple users simply have to work off of a split database, with each user having their own copy of the Front End, which contains everything except the data/tables, on their respective hard drives, and a Back End with only the Tables on a shared drive.

    Being in forced retirement, I spend 8-10 hours a day here and on other Access forums/newsgroups, and over the past seven years have seen dozens and dozens of reports of non-split apps causing these kinds of problems as well as data loss! The really insidious thing is that a non-split app can work for extended periods of time before the troubles begin! But once it does, they become chronic, which is to say they occur over and over and over again!

    The record, by the way, was a Non-Split db that had been working, without problems, for 12 years! It then started exhibiting all of the symptoms listed above and continued to do so until the app was split.

    If data-loss isn't important, and the app being down won't cost you production time loss, then by all means leave it non-split.

    Splitting an Access database isn't as scary as it sounds; Access will do most of the heavy-lifting for you! Here’s a tutorial on Splitting a Database:

    http://www.hitechcoach.com/index.php...atid=24:design

    If your app is already split, with the Back End (with all Tables) residing on a shared drive, and a copy of the Front End (with everything except the Tables) residing on each user's PC, let us know.

    Linq ;0)>

  3. #3
    reeves311 is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Apr 2013
    Posts
    2
    I will try this and let you know. Thanks!

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

Similar Threads

  1. Replies: 8
    Last Post: 08-26-2012, 11:11 PM
  2. Form crashes on query syntax
    By JeroenMioch in forum Forms
    Replies: 3
    Last Post: 08-23-2012, 08:54 PM
  3. Replies: 4
    Last Post: 05-04-2012, 03:41 PM
  4. Replies: 5
    Last Post: 05-19-2010, 12:05 PM
  5. Replies: 0
    Last Post: 06-29-2009, 10:28 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