473,796 Members | 2,679 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MS Access Project Explorer showing New Icon and Crashing with Errors

I have been working with for two days on a database with no
problems(changi ng forms and adding code to the forms and a module).
Shut down last night was fine, with no errors generated.

This morning, I opened the database and I started getting the dialog
"MSACCESS.e xe has generated errors and will be closed by Windows. You
will need to restart the program. An error log is being created."
with an OK button. Access shuts down.

If I open the database again, and click on my first form that pops up,
I get the error. If I don't click the form, I can access the Access
menus, however.

If I go to the VBA code, I can view code for all my forms. I can
enter new code (ie comments), but once I enter the built-in function
MsgBox( the error occurs again. I can enter user-made functions
without incident.

I notice that a new icon is in the Project Explorer. It looks like a
form, but clicking it causes an error. The icon looks like the logo
from a printout. It looks like a small sheet of paper with blue
border and blue horizontal lines with the top right corner turned down
and a bit of light blue on the top right corner.

This icon is different from the form icons, and it located right under
the form icons but before the Modules. I have a form named
Form_frmPricing Report. This new icon has the name frmPricingRepor t.
Obviously, they are somehow connected, but I don't know how.

I have tried to compact and repair the database several times with no
change. I have tried to use the /decompile hack, to no avail (when I
run this through a batch program, the database starts and immediately
gives me the error message above.)

Also, when I attempt Debug > Compile in VBA I get the error.

Any ideas as to what the new icon is and how to rescue the database?

Thanks,
Gordon Sanderson
go******@texas. net
Nov 12 '05 #1
1 2601
Please disregard the following message. If anyone knows what that
symbol means in front of my form, I'd like to know, however. I did not
find the answer to repairing the database, but I copied the updated
forms and code to a backup copy of the database. The new database and
forms are working fine now.

Thanks,
Gordon Sanderson
go******@texas. net (Gordon Sanderson) wrote in message news:<52******* *************** ****@posting.go ogle.com>...
I have been working with for two days on a database with no
problems(changi ng forms and adding code to the forms and a module).
Shut down last night was fine, with no errors generated.

This morning, I opened the database and I started getting the dialog
"MSACCESS.e xe has generated errors and will be closed by Windows. You
will need to restart the program. An error log is being created."
with an OK button. Access shuts down.

If I open the database again, and click on my first form that pops up,
I get the error. If I don't click the form, I can access the Access
menus, however.

If I go to the VBA code, I can view code for all my forms. I can
enter new code (ie comments), but once I enter the built-in function
MsgBox( the error occurs again. I can enter user-made functions
without incident.

I notice that a new icon is in the Project Explorer. It looks like a
form, but clicking it causes an error. The icon looks like the logo
from a printout. It looks like a small sheet of paper with blue
border and blue horizontal lines with the top right corner turned down
and a bit of light blue on the top right corner.

This icon is different from the form icons, and it located right under
the form icons but before the Modules. I have a form named
Form_frmPricing Report. This new icon has the name frmPricingRepor t.
Obviously, they are somehow connected, but I don't know how.

I have tried to compact and repair the database several times with no
change. I have tried to use the /decompile hack, to no avail (when I
run this through a batch program, the database starts and immediately
gives me the error message above.)

Also, when I attempt Debug > Compile in VBA I get the error.

Any ideas as to what the new icon is and how to rescue the database?

Thanks,
Gordon Sanderson
go******@texas. net

Nov 12 '05 #2

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

Similar topics

1
367
by: Gordon Sanderson | last post by:
I have been working with for two days on a database with no problems(changing forms and adding code to the forms and a module). Shut down last night was fine, with no errors generated. This morning, I opened the database and I started getting the dialog "MSACCESS.exe has generated errors and will be closed by Windows. You will need to restart the program. An error log is being created." with an OK button. Access shuts down. If I...
6
4760
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much appreciated. Thanks in advance
42
11558
by: lauren quantrell | last post by:
So many postings on not to use the treeview control, but nothing recently. Is it safe to swim there yet with Access 2000-Access 2003?
0
2918
by: Matthias Kwiedor | last post by:
I have a aplication which hosts an axWebbrowser. This activex component needs about 10 to 15 mb of memory. Because i have a option to move the aplication to tray icon and do some timer work i don't want that it just spends over 10mb for nothing. So i remove the axwebbrowser with axwebbrowser1.dispose() which works fine. After show the application back from the tray icon i will implement the axwebbrowser again with the same i did it...
12
3100
by: Ron Weldy | last post by:
I have a test server runinng 2003/IIS 6 with a mixture of asp and asp.net files. On my workstation I have a share set up to the folder where the web files reside. I am just doing quick and dirty asp editing (like I used to be able to do with 2K/IIS5) where I use VS.NET, open an asp file, make changes, save and refresh my browser. Problem is that I get an Access is Denied error when I try to save the file and then the file gets wiped on...
4
3539
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The objective in utilizing this new deployment method is to reduce the maintenance overhead as well as making it easier for my users to setup and run the application initially. I have VS 2002, Windows XP, Access XP(2000 format). He is my problem....
4
1835
by: TL | last post by:
Hello, How do you access the resource editor in VB.net? for like making an application icon? Thanks, TL
1
1910
by: Thief_ | last post by:
I have two projects in one solution: a.. Outlook Monitor b.. Tray Notification Both contain a form called "Form1.vb". How do I reference "Outlook Monitor"'s Form1 from "Tray Notification"'s form1? Here's my code example taken from "Tray Notification"'s form1: Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
18
2567
by: Jeff Bigham | last post by:
Hi, I'm getting an "Access is denied" error in IE when I try to focus an input box with node.focus() My understanding is that should only happen when the domains are different of the Javascript and the element that its trying to focus. It might be cross-frame, but everything comes from the same domain. The oddest part about this is that even though I get the "Access is
0
10465
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10242
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10200
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7558
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6800
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5453
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4127
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3744
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.