473,400 Members | 2,163 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,400 software developers and data experts.

MS-Access doesnt close

Hi guys,
Whenever i launch my app, use it and close it,
the MS-access insist in not finish. The app
ended but Ms-access keeps a windows opened.
Anyone knows this bug?? How to fix it??
Its MS-Access 2000.

Thank you all

Maffonso
Nov 13 '05 #1
5 1760
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That was a recognized but in the earlier version of Access 2000. There
is a service pack (SP) that corrects that problem - see the Microsoft
download site.

In the mean time, one of the fixes was programmatic:

Some people use this True/False syntax:

If chkIsAllowed Then
...

If you used that syntax in your VBA change it to this:

If chkIsAllowed = True Then

Apparently, the bug happens when you don't use an explicit comparison
expression on a Boolean value.

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQdmbCoechKqOuFEgEQI80ACfTUaNIqfUbWm+RIoIujLkO2 KqMz8AoMBk
nnkNILFycJE2KZfP3VxCydnO
=Ev9+
-----END PGP SIGNATURE-----
ma******@gbl.com.br wrote:
Hi guys,
Whenever i launch my app, use it and close it,
the MS-access insist in not finish. The app
ended but Ms-access keeps a windows opened.
Anyone knows this bug?? How to fix it??
Its MS-Access 2000.

Nov 13 '05 #2
Also a known bug, if closing Access from code, always use DoCmd.Quit
instead of Application.Quit.
lq

Nov 13 '05 #3
Also a known bug, if closing Access from code, always use DoCmd.Quit
instead of Application.Quit.
lq

Nov 13 '05 #4
Also a known bug, if closing Access from code, always use DoCmd.Quit
instead of Application.Quit.
lq

Nov 13 '05 #5
MGFoster wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

That was a recognized but in the earlier version of Access 2000. There
is a service pack (SP) that corrects that problem - see the Microsoft
download site.

In the mean time, one of the fixes was programmatic:

Some people use this True/False syntax:

If chkIsAllowed Then
...

If you used that syntax in your VBA change it to this:

If chkIsAllowed = True Then

Apparently, the bug happens when you don't use an explicit comparison
expression on a Boolean value.


You may also use:

If chkIsAllowed.Value then
--
This sig left intentionally blank
Nov 13 '05 #6

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

Similar topics

9
by: CY FOK | last post by:
Hi I am planning to open a software company to develop client-server apps and web applications for my client. Now, i am in a difficult situation to determine what is the best platform i should use...
0
by: Christian McArdle | last post by:
REQUEST FOR DISCUSSION (RFD) unmoderated group comp.os.ms-windows.programmer.win64 This is a formal Request For Discussion (RFD) to create comp.os.ms-windows.programmer.win64 as an unmoderated...
3
by: Christian McArdle | last post by:
REQUEST FOR DISCUSSION (RFD) unmoderated group comp.os.ms-windows.programmer.64bit This is a formal Request For Discussion (RFD) to create comp.os.ms-windows.programmer.64bit as an unmoderated...
1
by: Ted | last post by:
I managed to get it installed OK, along side MS Visual Studio 2005 (with which I received it). During the install, I made sure I installed everything. I have developed a number of applications...
1
by: Dr T | last post by:
Hi! I downloaded MS Visual Web Developer 2005 Express Edition, MS .NET Framework SDK v2.0, and MS SQL Server 2005. Subsequently, I bought MS Visual Studio 2005 Professional Edition. 1) Are...
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
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:
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
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...
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,...
0
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...

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.