Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

enable object MS ACCESS under condition 1

Status
Not open for further replies.

ilanaz

Programmer
Joined
Feb 21, 2003
Messages
4
Location
CA
Hi,

Does anyone know how to enable an object like a text box in a form only if, for instance, a check box is checked (i.e. is in the "true" value). An option group wouldnt work I think cuz this chack box which determines if the object s enabled or not is bound (refers to a value in a table). help anyone please,

ilan.azuelos@mail.mcgill.ca
 
Private Sub chkHawb_Click()
txtHawb.Enabled = chkHawb
txtHawb.Enabled = chkHawb
End Sub

Description:
Checkbox named "chkHawb"
Textbox named "txtHawb" We are always looking for new members at our computer forums: Please come join our community too.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top