Roll level security

T

Tony

Could you give some ideas to me? i want to lock only the authorized user
have rights to change the specified record.

story: i have a form, a data table and a user table.

logic:
if currentuser = specifieduser (user table)
edit(data table) = true

where should i bind the code to? bind to every fields individually in the
form? to form? Thanks a lot for your help.
 
Top