I am developing an app that uses a function to update a table.
When first inserting, i set all fields on the form to "". However, when i come to edit a record that has a blank value, and try to pass this null value to a function (which is expecting a numeric value), I get a Type Mismatch error. So i created a little routine that scanned each control,and if a null was found, set its value to "". This doesn't work.
What is the best way of dong this???
Cheers for any help! Nick (Everton Rool OK!)
When first inserting, i set all fields on the form to "". However, when i come to edit a record that has a blank value, and try to pass this null value to a function (which is expecting a numeric value), I get a Type Mismatch error. So i created a little routine that scanned each control,and if a null was found, set its value to "". This doesn't work.
What is the best way of dong this???
Cheers for any help! Nick (Everton Rool OK!)