I would like to append a new column to an existing table in Access 97. Then I'd like to copy existing data into the new column. The data is in the same table.
For instance:
Field1 AppendedField
1 1
2 2
. .
. .
n n
Once the new field is...
Hey Gang,
I have a table I'm building in an .aspx page that contains 30 rows of
textboxes. Instead of physically writing out this:
<tr>
<td>
<asp:textbox id="Input1" runat="server" />
</td>
</tr>
30 times (of course renaming each id with the cooresponding...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.