You can set the Locked property of a control bound to a field in the
underlying recordset to Yes to prevent the value displayed in that control
from being changed.
So, if you want to set up an edit form for your data, set the Locked
property of all the textboxes to Yes, except for those you are allowing your
users to edit. If you set the Enabled property of the Locked textboxes to
No, they will not even be able to tab/click into that control.
HTH,
Rob
> HI,
>
[quoted text clipped - 8 lines]
> Thanks for any help.
> Ramesh
Ramesh - 26 Feb 2007 00:29 GMT
Thanks a lot Rob for that. Sorry my response is rather late.
ramesh
> You can set the Locked property of a control bound to a field in the
> underlying recordset to Yes to prevent the value displayed in that control
[quoted text clipped - 22 lines]
>> Thanks for any help.
>> Ramesh