Given a Subform controlling a table in datasheet mode ... looking to use a value of another field in the same row to determine if a specific field in this row is locked (not editable)
Code:
Ndx SomeField LockState
0 A Locked
1 B Locked
2 C Locked
3 D Locked
4 E
5 F
Could an event that somefield triggers be able to dynamically change the subform's field locked parameter based on the lockstate value?
i.e. me.[SomeField].locked = me.[LockState] = "Locked"
if this could work what would be the best text field event to use ... gotfocus?