Hi Zoho,
Is it possible to fetch an item with a variable as the field given?
for example
fields = {field1,field2,field3};%>
for each EachField in fields
{Current_Fetched = Form1.EachField;%>
<%=Current_Fetched%><br><%}%>
And I'll get the data from the 3 fields?
Thanks
Ravid