Forums
This topic is locked
search goto update
Posted 28 Mar 2002 11:36:48
1
has voted
28 Mar 2002 11:36:48 Peter Sampson posted:
Is it possible to perform a search on someones name so that you are presented with a list of records that can be amended rather than just viewed.Replies
Replied 29 Mar 2002 01:08:56
29 Mar 2002 01:08:56 Owen Eastwick replied:
Yup, Just place the dynamic text inside textfields in a form, then use the update server behaviour, something like:
<input type="text" name="YourTextFieldName" value="<%= RecordsetName.Fields.Item("FieldName".Value %>">
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
<input type="text" name="YourTextFieldName" value="<%= RecordsetName.Fields.Item("FieldName".Value %>">
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo