B
BacktoAccess
Looking for some input on best practices for dealing with unbound
forms for manipulating data through class modules. Specifically, I am
interested in the best practice for trapping nulls and empty strings.
My latest version casts all variables in the class as variants and
uses an Nz function prior to writing to the table. For Text fields, I
am changing nulls to empty strings and for numeric fields, I am
changing nulls to zeros.
I am aware of several different approaches to this problem but am
looking for some insight into what the "Best" solution is for this
scenario.
Thanks In Advance!
forms for manipulating data through class modules. Specifically, I am
interested in the best practice for trapping nulls and empty strings.
My latest version casts all variables in the class as variants and
uses an Nz function prior to writing to the table. For Text fields, I
am changing nulls to empty strings and for numeric fields, I am
changing nulls to zeros.
I am aware of several different approaches to this problem but am
looking for some insight into what the "Best" solution is for this
scenario.
Thanks In Advance!