If I'm allowing a user to access the records of a table in a form, but want the ability to "turn" on or off particular records, eg so they are "read" only to the user (eg particular records of a table whose status I want to easily change from time to time), what's the easist way to do that? I don't want to make the entire table read only, and I don't want to make the form read only, just particular records. Also, and sorta related, is there any easy way to password protect particular records and/or fields? Thanks!