In my database, I'm trying to make it so that a user may only edit the records of a table through a data access page (DAP), and not through the table itself. I know that this is already covered in the Access Security FAQ (Item 25), but I'm having a hard time understanding what it wants me to do (also this is a DAP, not a form). The Admin is the only one who should be able to edit records through the table, and everyone else would need to go through the DAP. It doesen't matter whether they can read the table or not, but I can't have users changing values from the table willy-nilly. Thanks for any help.