update query
I want to take some string data (typed by the user in a text box) and save it to all row entries of ONE column in a specific table.
Is this possible?
I'm assuming a loop is necessary from 1 to COUNT of the table's rows and then I would have to designate which column of the active row would receive the data somehow...
I want to take some string data (typed by the user in a text box) and save it to all row entries of ONE column in a specific table.
Is this possible?
I'm assuming a loop is necessary from 1 to COUNT of the table's rows and then I would have to designate which column of the active row would receive the data somehow...
Last edited: