dbTalk Databases Forums  

Help

comp.database.ms-access comp.database.ms-access


Discuss Help in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kufre Anaka
 
Posts: n/a

Default Help - 05-18-2004 , 12:53 PM






I created a form that has two checkbox. I want to set the checkbox so
that if checkbox A is check then checkbox B become disable, vise
versa. Then if I uncheck checkbox A, checkbox B becomes active. I
don't know what code to write that when I uncheck checkbox A, checkbox
B becomes active.
Please HELP!!!!!!!!!!
This is the code I have so far.

Private Sub chkPaid_Click()
If chkPaid.Enabled = True Then
chkPartial_Paid.Visible = False
chkPartial_Paid.Locked = False
chkPaid.SetFocus

Else
chkPaid.Enabled = False
chkPartial_Paid.Visible = False
chkPartial_Paid.Locked = True

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.