473,396 Members | 1,972 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Access 2007 Crashing

I am working on a rather large application using Access 07
The application has been growing a lot lately in terms of objects and
modules.
About a week ago the application began to crash intermittently in
design mode.
The forms that seem to cause the most problems are very largely
populated with controls
Save operations for these forms take several minutes to complete.
During the save the screen sometimes goes completely white. Scary!
I'm wondering if there is a limit to form size or perhaps app size in
Access.
My app is around 13 meg compacted.
Smaller apps around 3 megs have no problems in this regard.
Am I perhaps dealing with a corrupt DB?
Any insight would be appreciated.
Sep 25 '08 #1
4 2133
Lou O <lg********@gmail.comwrote:
>During the save the screen sometimes goes completely white. Scary!
That's not a problem. I get that happening in non Access windows when there is some
kind of wierd background or video refresh and the foreground window is stalled. Such
as a browser opening a complex page or some such. I also get that happening in
Access occasionally as well so its just being non responsive here as well.

You do have a problem though don't get me wrong. <smile>

Are you working with the FE MDB over the network or is it on your local hard drive?
Do you always have a form bound to a table or query against the BE MDB or recordset
open to a table linked to the BE?

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Sep 25 '08 #2
On Sep 25, 6:16*pm, "Tony Toews [MVP]" <tto...@telusplanet.netwrote:
Lou O <lgeastw...@gmail.comwrote:
During the save the screen sometimes goes completely white. Scary!

That's not a problem. *I get that happening in non Access windows when there is some
kind of wierd background or video refresh and the foreground window is stalled. *Such
as a browser opening a complex page or some such. *I also get that happening in
Access occasionally as well so its just being non responsive here as well..

You do have a problem though don't get me wrong. *<smile*

Are you working with the FE MDB over the network or is it on your local hard drive?
Do you always have a form bound to a table or query against the BE MDB orrecordset
open to a table linked to the BE?

Tony
--
Tony Toews, Microsoft Access MVP
* *Please respond only in the newsgroups so that others can
read the entire thread of messages.
* *Microsoft Access Links, Hints, Tips & Accounting Systems athttp://www.granite.ab.ca/accsmstr.htm
* *Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/
Tony,
My FE is local.
There is usually an open form (switchboard) bound to a table in the
BE.
However the problem form is bound to a temp table in the FE.
Something that I noticed since my last post.
If I use Ctrl + S to save rather than the the menu save button, the
save operation is noticeable faster but only if there are no multiple
objects to save.
Could it have something to do with the save dialogue window?
By the way, I wonder if I can I disable the save dialogue window? I
find it annoying most of the time.
Lou
Sep 26 '08 #3
On Sep 25, 6:16*pm, "Tony Toews [MVP]" <tto...@telusplanet.netwrote:
Lou O <lgeastw...@gmail.comwrote:
During the save the screen sometimes goes completely white. Scary!

That's not a problem. *I get that happening in non Access windows when there is some
kind of wierd background or video refresh and the foreground window is stalled. *Such
as a browser opening a complex page or some such. *I also get that happening in
Access occasionally as well so its just being non responsive here as well..

You do have a problem though don't get me wrong. *<smile*

Are you working with the FE MDB over the network or is it on your local hard drive?
Do you always have a form bound to a table or query against the BE MDB orrecordset
open to a table linked to the BE?

Tony
--
Tony Toews, Microsoft Access MVP
* *Please respond only in the newsgroups so that others can
read the entire thread of messages.
* *Microsoft Access Links, Hints, Tips & Accounting Systems athttp://www.granite.ab.ca/accsmstr.htm
* *Tony's Microsoft Access Blog -http://msmvps.com/blogs/access/
Tony,
My FE is local.
There is usually an open form (switchboard) bound to a table in the
BE.
However the problem form is bound to a temp table in the FE.
Something that I noticed since my last post.
If I use Ctrl + S to save rather than the the menu save button, the
save operation is noticeable faster but only if there are no multiple
objects to save.
Could it have something to do with the save dialogue window?
By the way, I wonder if I can I disable the save dialogue window? I
find it annoying most of the time.
Lou
Sep 26 '08 #4
Yes, Access is likely to make a separate connection for each one. You may be
able to fudge something to fix that, particularly if there are thousands of
records in the lookup tables that feed the combos.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.>
I destroyed the code.
The form still saves slowly so the trouble seems to be in the form
itself.
Can there be corruption in the form or controls?
There's something I just thought of in regard to Tony's earlier post.
There are quite a number of list and combo boxes on the form.
These all have different Rowsource queries bound to tables in the
networked BE database.
Maybe I have too many of these kinds of controls on the form.
And maybe my network can't handle all the requests.
I'll try bringing the BE to the local machine to see if it makes any
difference.
Sep 26 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

47
by: ship | last post by:
Hi We need some advice: We are thinking of upgrading our Access database from Access 2000 to Access 2004. How stable is MS Office 2003? (particularly Access 2003). We are just a small...
5
by: fly_mo | last post by:
Hello All, I have an app that has been rock solid (sofar) installed using Sagekey scripts etc and is currently a 2002/3 file. However client is upgrading to 2007 (so I have setup a test machine...
3
by: hbean | last post by:
I'm working on an event procedure for a form - seems relatively straightforward to me, but for some reason Access keeps crashing on me. All the procedure is doing is checking to see if a recordset...
1
by: =?Utf-8?B?cm1r?= | last post by:
Anyone have any experience with Word 2007 crashing immediately after opening?
1
by: aaron | last post by:
Hello folks, Has anyone ever experienced the Access 2002 runtime crashing when the "Compact on Close" option is set for an MDE file? We are currently having this problem on a number of...
11
by: sjakie.pretpaleis | last post by:
The database I'm working in is about 6mb. It consist of a few local tables, and about 60 linked tables, around 130 queries, 33 forms, 10 reports, 1 macro and 17 modules. Everytime after I change...
1
by: MsfStl | last post by:
I appear to have some sort of corrupt object in my Access 2007 db. Anytime, I leave a Design view of a form the db crashes. It then tries to send MS an error message and then compact and repair...
3
by: dstork | last post by:
Has anyone else experienced Access 2007 crashing when users right click on the subform (with the intention to use the copy feature in the shortcut menu). I went through Allen Browne's...
0
by: Noob | last post by:
Hello, I created an ERP based custom report using Access '03 & Excel '03. I developed an Access query that pulls the required data from the ERP (Progress) database via link tables. I use Excel...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.