I have set up the add page to display the user name in one of the fields using Session("UserID") in the properties, this is a read only field and works great.
My problem is I would like to do the same thing on the edit page for the person who edits the record. I have used the same code Session("UserID") to update a different field, again read only. However the record stays blank.
The idea is that on the list page I get the persons ID that adds a record and the persons ID that edits the record, most of the time these will be different.
Any ideas would be great.
Thanks
Andy