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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fields that cann't Edit in datasheet view

Status
Not open for further replies.

nandamurisrihari

Programmer
Dec 25, 2002
25
BH
Hi,

how can i stop editing only one field outof many fields which are editable displayed in data sheet view which was generated from temporary table in msAcess.


Regards
N.SRIHARI
 
In the design view of the form, pull up the properties of the field you want to lock and set the lock property to Yes.
 
Hi,
Iam assigning temporary table to subform in which i need to lock one field.
its like DetailSubform.SourceObject = "table.tmporarytable"
and this temporary table will be populate in subform with so many fields of which i can hide ,freeze,sorby and all those things..but how can i lock a field???

As u said it will lock all fields in a subform,but not one field.

Thanks and Regards
N.SRIHARI
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top