B
boliao via AccessMonster.com
i believe i short of a few coding plx help
checkbox = chkA
textbox = txtA (in properities enable = 0)
Private Sub chkA_Click()
If chkA = -1 Then txtA.Enabled = True Else txtA.Enabled = False
if chka = 0 then txta.value = null
End Sub
this is the coding i have .. but when i check the chkA and go to the next
record the txtA is enabled.. which is what i dont want.
i need txta to be enable =0 until chkA is check for diff records..
plx help!!!!!
checkbox = chkA
textbox = txtA (in properities enable = 0)
Private Sub chkA_Click()
If chkA = -1 Then txtA.Enabled = True Else txtA.Enabled = False
if chka = 0 then txta.value = null
End Sub
this is the coding i have .. but when i check the chkA and go to the next
record the txtA is enabled.. which is what i dont want.
i need txta to be enable =0 until chkA is check for diff records..
plx help!!!!!