Sql/Asp Question: How do I set a form to dump data into a table for later use? I want to have a page that can add information to an existing sql database, but I am not sure how to go about doing this.
I have created a form that is designed to look like an financial ledger, the form is based on a query of the transactions from the transactions table. I have it so on the client main form when you ...