![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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. |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
|
-----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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |