A
Atlas
I would like to know if it's possible to conditionally lock and inhibit user
input on some rows of a datasheet or continuos form.
Example datasheet:
Row Date Description Payment
1 01-01-2000 A 50
2 02-05-2002 B 100
3 03-08-2003 C 60
4 01-09-2004 D 30
Lock condition: date <01-01-2003
As a result, locked rows: 1,2
It would be perfect to avoid complitely user intervention on locked rows,
like unselectable, grayed out, etc. But basically I want to lock user
intervention. Is there a smart way to do so, or must I suffer and code every
"beforeupdate" event of every single field? (hope not).
input on some rows of a datasheet or continuos form.
Example datasheet:
Row Date Description Payment
1 01-01-2000 A 50
2 02-05-2002 B 100
3 03-08-2003 C 60
4 01-09-2004 D 30
Lock condition: date <01-01-2003
As a result, locked rows: 1,2
It would be perfect to avoid complitely user intervention on locked rows,
like unselectable, grayed out, etc. But basically I want to lock user
intervention. Is there a smart way to do so, or must I suffer and code every
"beforeupdate" event of every single field? (hope not).