I need to build a webpage that will query a MS SQL database, return data based on the criteria I specify, then let users select one of the rows returned, add a comment, and finally print the row, plus the comment.
I have built the first part, to query the database, and return the data, but I have no idea how to let the user select one row, add a comment, and finally print the data and the comment.
Any help is greatly appreciated.
Thanks, MH
I have built the first part, to query the database, and return the data, but I have no idea how to let the user select one row, add a comment, and finally print the data and the comment.
Any help is greatly appreciated.
Thanks, MH