Hello;
I want to be able to limit a user's ability to edit a record from the list page depending on value in the field on the record.
For example, if there's a 'Y' in the Processed field on the list page, I don't want to show the Edit url. If, however, the field contains an 'N' then the user can edit the field.
I know it's possible to add quite a bit of security at the user level, but I think this would require a modification of the .._list.asp page.
In looking at the ##EDITBUTTON## section, it seems as though I could add some code to reference the If rs("Field1') = 'Y' then...
Thanks