roll security

T

tony wong

i have a sub-table showing records which are paid or unpaid.

i want to lock paid records

and to allow unpaid record to be edited by user.

Can i do it by Access XP?

Thanks a lot.

Tony
 
R

Rick B

In the form's "on current" event, you would need code to set the record's
"locked" property to true if the record is paid.

Is there a "paid" checkbox?


Rick B


i have a sub-table showing records which are paid or unpaid.

i want to lock paid records

and to allow unpaid record to be edited by user.

Can i do it by Access XP?

Thanks a lot.

Tony
 

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