|
rdouglass -> RE: Writing back field value to the database, DRW (12/15/2001 16:04:53)
|
I'm not exactly sure what you're trying to do; maybe a URL or some more code may help... However, I think I do see a slight syntax error. You need another set of quotes. Also, you may only need Field instead of FieldVal if you're just spitting out text: <INPUT TYPE="HIDDEN" NAME="Departure" VALUE="<%=FP_Field(fp_rs,"Departure")%>"> Can you explain a little more about the 'shortening' of the field name? What is the code (is this it) and what should it be?
|
|
|
|