I'm attempting to disable a txtbox after it's been updated with old
data, so that it can't be accidently changed. I tried
me.ChickenR.locked and me.ChickenR.disablewhen but both are giving
invalid use erros. Any suggestions?
Thanks,
Adien
fredg - 17 Jan 2008 21:50 GMT
> I'm attempting to disable a txtbox after it's been updated with old
> data, so that it can't be accidently changed. I tried
[quoted text clipped - 3 lines]
> Thanks,
> Adien
The correct syntax is:
Me.ChickeR.Enabled = False (or True)
or
Me.ChickenR.Locked = False (or True)

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail