Hello,
I would to add a button to my default list page for the user to get to their edit user details page.
Usually this would be done through going to the users list page first and clicking the user to be edited, but in this case no list page will exist (user can only see their own details, so having a list page would not feel logical).
I.e. if I were using a redirect event, this would work: Response.Redirect "Customersedit.asp?editid1=" & Session("" & strTableName &"_OwnerID")
I would like to achieve this same outcome when the user clicks a button that has been added to a list form.
Any help would be greatly appreciated.
Thank you.