Preventing data to be changed in forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to know a way that allows me to only add new data using forms and does
not allow to change data previously there in my database. Pls help me out
with this.

Details

I have a databse with two tables.. i have some records already in them. Now
i have developed forms for enetering data in those tables.. but i don't want
users to edit the previous records and they should only be able to view them
and if they want they can add new records.
 
Set the form's data entry property to true. Or adjust the users' security
settings so they can't modify or delete data from a specific table.



Rick B
 
THX RIXK.. IT DID WORK,, but the thing is that the users won't be able to
navigate through the previous records.. any way to do such thing. Thx in
advance for ur help
 
Back
Top