![]() |
Check Box Test |
Post Reply
|
| Author | |
Duane Hookom
Microsoft MVP
Joined: 20 Feb 2008 Location: Eau Claire, WI Status: Offline Points: 12 |
Post Options
Thanks(0)
Quote Reply
Topic: Check Box TestPosted: 23 Jun 2008 at 10:32pm |
|
This file demonstrates a bug in MS Access that doesn't allow Access to quit if code refers to check box in a subform with syntax similar to:
If Me![sfrmCheckBox].Form![chkCheckBox] Then
To program around this bug, you should use code similar to:
If Me![sfrmCheckBox].Form![chkCheckBox] = True ThenDownload Access 97: uploads/4/ChkBoxTest.zip |
|
|
--
Duane Hookom Microsoft Access MVP Eau Claire, WI |
|
![]() |
|
| Sponsored Links | Want a good read? Try The Summer of His Life (available on Amazon!) |
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |