G
Gary Schuldt
I am manipulating some fields that are declared as Text in the table in
which they occur. I notice that sometimes you MVPs use String variables and
other times Variant.
Is there some reason to prefer the more general Variant over String when you
*know* you're dealing only with Text data? I guess I'm assuming that the
field data type of "Text" equates to the VB type of "String". I'm also
guessing that there is a difference in handling of nulls between the two.
I'd appreciate any light you can shed on the subject.
Thanks.
Gary
which they occur. I notice that sometimes you MVPs use String variables and
other times Variant.
Is there some reason to prefer the more general Variant over String when you
*know* you're dealing only with Text data? I guess I'm assuming that the
field data type of "Text" equates to the VB type of "String". I'm also
guessing that there is a difference in handling of nulls between the two.
I'd appreciate any light you can shed on the subject.
Thanks.
Gary