Datasheet or continuos from partial lock - Rookie

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top