B
boborta
Over the years I have avoided using variant data types unless
absolutely necessary. Avoiding them is mentioned in most text books
I've used and conversations/posts have agreed with this position. I
just finished reading the contents of a book and to my surprise, it
recommends using variants when interacting with the JET. The following
information is cited from the text as indicated.
VBA Professional Projects
by Chaudhary, Rachna.; Goel, Taruna.
Publication: [Rocklin, Calif.] Course PTR, 2002.
(Quote from Appendix A
"Note that you should use explicit data types only when working with
VBA. If you are working with data stored in tables within your code or
working with the Jet database, it is recommended that you use Variant
data types. This is because the Jed database integrates and works with
Access using Variant data types. Therefore, if you specify explicit
data types, VBA code needs to convert data types, and this may lead to
slower performance of the application."
What say other experts?
Regards,
Bob
absolutely necessary. Avoiding them is mentioned in most text books
I've used and conversations/posts have agreed with this position. I
just finished reading the contents of a book and to my surprise, it
recommends using variants when interacting with the JET. The following
information is cited from the text as indicated.
VBA Professional Projects
by Chaudhary, Rachna.; Goel, Taruna.
Publication: [Rocklin, Calif.] Course PTR, 2002.
(Quote from Appendix A

"Note that you should use explicit data types only when working with
VBA. If you are working with data stored in tables within your code or
working with the Jet database, it is recommended that you use Variant
data types. This is because the Jed database integrates and works with
Access using Variant data types. Therefore, if you specify explicit
data types, VBA code needs to convert data types, and this may lead to
slower performance of the application."
What say other experts?
Regards,
Bob