473,386 Members | 1,790 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,386 software developers and data experts.

Access 2002 Db crashing due to one form element

I have a user who is having a problem with an access database that I
didn't build and haven't had anything to do with in the past.

The database opens up to the switchboard, and she clicks through to
the "look up by facility name" form, and opens it up. So far so good.
She is able to click on and view every single thing on this pretty
complicated form, including opening a variety of secondary forms.

However, whenever she clicks on the drop down menu to select a
facility to view in the form, Access crashes with nothing but the
"send this error to Microsoft?" error message. There is nothing to
give me a clue about what the real problem is.

She's not the only one who uses this database, but she is the only one
who has this problem. Everyone else can use the form just fine. She is
also the only person in her area with windows XP (all the rest have
Win2k). However, I am able to open the database on my computer and I
have no problem using the form to find a facility. I am also running
XP.

I've tried a compact and repair on the Db, but to no avail.

One thing that I think is a little odd is that the person who has
administrative rights to the Db has to log in when she runs it. It
presents here with a login dialog. But neither the woman having this
problem nor myself are presented with a login dialog when we open up
the Db. I don't *think* this would have anything to do with the actual
problem, but I'm not sure. So I just present this datapoint for
completeness.

I'm currently waiting to get administrative access to the form so I
can try making a copy of it and seeing if the copy works or not. Then
also trying to rebuild that single form element and see if that fixes
the problem for the woman.

However, if anyone has any other suggestions for where to poke to find
out what's cause this, I'd be very grateful to hear it.

--
Siobhan Perricone
Systems Developer
Vermont Agency of Natural Resources
(my comments are my own, not my employer's)
Nov 12 '05 #1
3 2215
> One thing that I think is a little odd is that the person who has
administrative rights to the Db has to log in when she runs it. It
presents here with a login dialog. But neither the woman having this
This is either because (a) she has a shortcut that takes her
to the administrative workgroup/username or (b) Because her
PC is set up to use the administrative workgroup (possibly
just by adding a password to the default login account).

After you get the Admin login UserName and PassWord, you can
try (b) Just change the password for 'admin' under security
in Access: if that fails (a) Get System.mdw from her PC:
if that fails (c) Check the WorkGroup Administrator on her
PC to see what workgroup file she is using.

(david)

"Siobhan Perricone" <si***************@nostatespam.vt.us> wrote in message
news:s6********************************@4ax.com... I have a user who is having a problem with an access database that I
didn't build and haven't had anything to do with in the past.

The database opens up to the switchboard, and she clicks through to
the "look up by facility name" form, and opens it up. So far so good.
She is able to click on and view every single thing on this pretty
complicated form, including opening a variety of secondary forms.

However, whenever she clicks on the drop down menu to select a
facility to view in the form, Access crashes with nothing but the
"send this error to Microsoft?" error message. There is nothing to
give me a clue about what the real problem is.

She's not the only one who uses this database, but she is the only one
who has this problem. Everyone else can use the form just fine. She is
also the only person in her area with windows XP (all the rest have
Win2k). However, I am able to open the database on my computer and I
have no problem using the form to find a facility. I am also running
XP.

I've tried a compact and repair on the Db, but to no avail.

One thing that I think is a little odd is that the person who has
administrative rights to the Db has to log in when she runs it. It
presents here with a login dialog. But neither the woman having this
problem nor myself are presented with a login dialog when we open up
the Db. I don't *think* this would have anything to do with the actual
problem, but I'm not sure. So I just present this datapoint for
completeness.

I'm currently waiting to get administrative access to the form so I
can try making a copy of it and seeing if the copy works or not. Then
also trying to rebuild that single form element and see if that fixes
the problem for the woman.

However, if anyone has any other suggestions for where to poke to find
out what's cause this, I'd be very grateful to hear it.

--
Siobhan Perricone
Systems Developer
Vermont Agency of Natural Resources
(my comments are my own, not my employer's)

Nov 12 '05 #2
Hi, Siobhan:

No great insights into this problem, but since no one else has really answered,
I thought I'd put in my two cents. If only one user is having the problem,
odds are the problem is with her machine. First place to check is references
(open up a module, click Tools/references) to see if any are marked missing.
If so, uncheck them; if not look at which ones are there and in which order,
and then compare to a machine using the same version of Access in which the
code does work.

Also, be sure you have all the same service releases on all the machines.

This is just standard stuff; no great ideas beyond that. Sorry.

HTH

Jan
I have a user who is having a problem with an access database that I
didn't build and haven't had anything to do with in the past.

The database opens up to the switchboard, and she clicks through to
the "look up by facility name" form, and opens it up. So far so good.
She is able to click on and view every single thing on this pretty
complicated form, including opening a variety of secondary forms.

However, whenever she clicks on the drop down menu to select a
facility to view in the form, Access crashes with nothing but the
"send this error to Microsoft?" error message. There is nothing to
give me a clue about what the real problem is.

She's not the only one who uses this database, but she is the only one
who has this problem. Everyone else can use the form just fine. She is
also the only person in her area with windows XP (all the rest have
Win2k). However, I am able to open the database on my computer and I
have no problem using the form to find a facility. I am also running
XP.

I've tried a compact and repair on the Db, but to no avail.

One thing that I think is a little odd is that the person who has
administrative rights to the Db has to log in when she runs it. It
presents here with a login dialog. But neither the woman having this
problem nor myself are presented with a login dialog when we open up
the Db. I don't *think* this would have anything to do with the actual
problem, but I'm not sure. So I just present this datapoint for
completeness.

I'm currently waiting to get administrative access to the form so I
can try making a copy of it and seeing if the copy works or not. Then
also trying to rebuild that single form element and see if that fixes
the problem for the woman.

However, if anyone has any other suggestions for where to poke to find
out what's cause this, I'd be very grateful to hear it.

--
Siobhan Perricone
Systems Developer
Vermont Agency of Natural Resources


Jan Stempel
Stempel Consulting
Nov 12 '05 #3
On 21 Apr 2004 14:24:12 GMT, ja*****@aol.com (Janross) wrote:
Hi, Siobhan:

No great insights into this problem, but since no one else has really answered,
I thought I'd put in my two cents. If only one user is having the problem,
odds are the problem is with her machine. First place to check is references
(open up a module, click Tools/references) to see if any are marked missing.
If so, uncheck them; if not look at which ones are there and in which order,
and then compare to a machine using the same version of Access in which the
code does work.

Also, be sure you have all the same service releases on all the machines.

This is just standard stuff; no great ideas beyond that. Sorry.


I managed to find the problem. I found an obscure reference to Access
2002 crashing with drop down menus that bookmark using Me. for their
reference rather than Forms![form1]. as their reference. We changed
the Me.s to Forms! and it completely fixed the problem.
I have a user who is having a problem with an access database that I
didn't build and haven't had anything to do with in the past.

The database opens up to the switchboard, and she clicks through to
the "look up by facility name" form, and opens it up. So far so good.
She is able to click on and view every single thing on this pretty
complicated form, including opening a variety of secondary forms.

However, whenever she clicks on the drop down menu to select a
facility to view in the form, Access crashes with nothing but the
"send this error to Microsoft?" error message. There is nothing to
give me a clue about what the real problem is.

She's not the only one who uses this database, but she is the only one
who has this problem. Everyone else can use the form just fine. She is
also the only person in her area with windows XP (all the rest have
Win2k). However, I am able to open the database on my computer and I
have no problem using the form to find a facility. I am also running
XP.

I've tried a compact and repair on the Db, but to no avail.

One thing that I think is a little odd is that the person who has
administrative rights to the Db has to log in when she runs it. It
presents here with a login dialog. But neither the woman having this
problem nor myself are presented with a login dialog when we open up
the Db. I don't *think* this would have anything to do with the actual
problem, but I'm not sure. So I just present this datapoint for
completeness.

I'm currently waiting to get administrative access to the form so I
can try making a copy of it and seeing if the copy works or not. Then
also trying to rebuild that single form element and see if that fixes
the problem for the woman.

However, if anyone has any other suggestions for where to poke to find
out what's cause this, I'd be very grateful to hear it.

--
Siobhan Perricone
Systems Developer
Vermont Agency of Natural Resources


Jan Stempel
Stempel Consulting

--
Siobhan Perricone
Systems Developer
Vermont Agency of Natural Resources
(my comments are my own, not my employer's)
Nov 12 '05 #4

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

Similar topics

20
by: John | last post by:
Hi, I've recently upgraded from Access 97 to Access 2002 & the performance basically stinks. I have tried the following items listed below but it has only had a minor impact: 1) Upgraded Jet...
1
by: Alan Brasel | last post by:
I have an Access database that I have been using for over a year. My company just replaced my computer with a "New and Improved" computer, and they also installed Access 2002 ( I was using 2000). ...
6
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...
3
by: Siobhan Perricone | last post by:
I have a user who is having a problem with an access database that I didn't build and haven't had anything to do with in the past. The database opens up to the switchboard, and she clicks through...
1
by: J | last post by:
Hi, Ive got 3 forms, (a subform within a subform within a form) and when I refresh the outermost form, Access closes and offers to send an error report. The forms worked fine a few weeks ago,...
2
by: Ray | last post by:
Stop me if you've heard this, but I am running Access 2002 and all of a sudden, if I design a particular form (it's been working fine for ages), Access crashes rather than open it in design view. ...
6
by: AAJ | last post by:
Hi all I have a listbox on a form. If I set its rowsource directly, and the query in the rowsourse returns no data, then the displayed listbox is empty (exactly as you would expect) ...
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...
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...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.