T
tgavin
I have a check bos on a form that I needt o disable unless certain fields are
filled in. Working with just one field initially, I put in:
Private Sub booReady_Click()
If intService = 0 Then
Me!booReady.Enabled False
Else
Me!booReady.Enabled True
end If
But it keeps giving me the error "the object does not support this proberty
or method"
I don't know how else to do it. Help?
Terri
filled in. Working with just one field initially, I put in:
Private Sub booReady_Click()
If intService = 0 Then
Me!booReady.Enabled False
Else
Me!booReady.Enabled True
end If
But it keeps giving me the error "the object does not support this proberty
or method"
I don't know how else to do it. Help?
Terri