using the dynamic form wizard converts a given number using decimals in integer !!
example : if i use a text field ( in a form generated with the wizard) that will input a number with decimals : 123.44, the form sends 12344 to the db.
i´m using an access db (2003) and the numeric fields are declarated as number type
any ideas to solve this?
tanx