I have a form that edits budget information. When I create the form I pull the existing budget numbers and put the values in text boxes by using the value attribute. The user is suppossed to be able to type over the existing number and update the database to a new number. The problem I'm having is when I send the form to the server to write the data to the table, it gives me a StringList. For example if the budget existing data is 500 and its changed to 400 and then submited, the value it sends is:
4, 5 and then I'm given a data type mismatch.
Any suggestions?
4, 5 and then I'm given a data type mismatch.
Any suggestions?