| 
 
 | 
						 
							Sergey Kornilov admin 11/14/2005 | 
| 
 
 You can modify list page for this purpose. See my changes in bold. if strOwnerID<>"" then strOwnerID = rs(strOwnerID) if CheckSecurity(strOwnerID, "Edit")=True and rs("FieldName")="" then 
  | 
											|
| 
 
 | 
						 
							orit author 11/17/2005 | 
| 
 
 Something doesn't work for me with that.   | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 11/17/2005 | 
| 
 
 Are you saying you use date field as an OwnerID?  | 
											|
| 
 
 | 
						 
							orit author 11/17/2005 | 
| 
 
 No, other field. The format of the field that shouldn't be edited is a short date if strOwnerID<>"" then strOwnerID = rs(strOwnerID) 
  | 
											|
| 
 
 | 
						 
							Sergey Kornilov admin 11/22/2005 | 
| 
 
 If code above doesn't work try this one: if strOwnerID<>"" then strOwnerID = rs(strOwnerID) 
  | 
											|
| 
 
 | 
						 
							orit author 11/23/2005 | 
| 
 
 Perfect,  | 
											|