[RESOLVED] data saving problem
I have a form that is filled with data bound objects, and I'm using Access as the database. There are lot of calculations in the form, so when i click a button, it fills in the data bound text boxes with the results. Now, if click the save button, the values are not seen in the access. Any suggestions ???:confused:
[RESOLVED]: data saving problem
i thank all you folks for looking into this problem, and answering my question. In the mean time, i found out the main culprit, it was the data type option in the access.
I had records with long integer (by default) data type, they were unable to handle double data type results. Its been fixed, and the program is working well now... :D