I am trying to save the value of my table on an array field but I think syntax is wrong.
HomeCity(n)= Re("HomeCity")
HomeProv(n)= Re("HomeProv")
in the following code below I am trying to save the value in an array field, but I am getting error messages
<td valign="top"><font face="Arial, Helvetica, sans-serif" size="2">
<input type="text" name=" HomeCity( <% =n %> )" value="<%=HomeCity%>">
</font></td>
<td valign="top"> <font face="Arial, Helvetica, sans-serif" size="2">
<input type="text" name="HomeProv( <% =n %> ) " value="<%=HomeProv%>">
</font>
malambing57I think you’re in the wrong section.
HomeCity(n)= Re("HomeCity")
HomeProv(n)= Re("HomeProv")
in the following code below I am trying to save the value in an array field, but I am getting error messages
<td valign="top"><font face="Arial, Helvetica, sans-serif" size="2">
<input type="text" name=" HomeCity( <% =n %> )" value="<%=HomeCity%>">
</font></td>
<td valign="top"> <font face="Arial, Helvetica, sans-serif" size="2">
<input type="text" name="HomeProv( <% =n %> ) " value="<%=HomeProv%>">
</font>
malambing57I think you’re in the wrong section.