|
evanesnard -> RE: User Updating Their Own Record (5/3/2006 17:51:13)
|
I'm trying to find a specific post by Mvu and replied by bobby in this forum titled "How to let visitors update their records" but I couldn't find it with the query. Just read it yesterday and it addresses exactly what I'm talking about. Anyway When I use the page for Ad_Setup, each form field in the Ad_Setup page has an initial value of <%=Session("Ad_City")%>, relative to that form fields data of course. For using the same form page as Ad_Update, couldn't I instead of writing the data to the form page with Session info, instead write each form field data by something like <%Response.Write FP_FieldVal (fp_rs," Ad_State") WHERE Ad_ID=::AD_ID::%>. Something like: We're looking at the Ad_Update form submission page and it is pre-written in each submission field with something that says Write the field value for Ad_ID WHERE Ad_ID=the Ad_ID in the URL Ad_Update.asp?Ad_ID=12345 Not carry all the info in the link, but have the Ad_Update page write that specific ad data to each respective form field
|
|
|
|