G
Guest
MS Access 2K, Windows XP
====================
Hi,
I have a question regarding the concatenate fields module on MVPS website-
http://www.mvps.org/access/modules/mdl0008.htm
I've used it before with no problem, but I'm trying to use it in a query to
concatenate the email addresses from a field, and it truncates the email
addresses at 255 characters. Why would it do that? From what I can tell from
looking at the module, the values are stored in a variant. Does it have a
limit of 255 characters?
I also tried redefining lovConcat as string, but that gave me the following
error: "#94 invalid use of null".
Will appreciate any help with this so that I can get all the email addresses
(with no limit on the final length) successfully.
Thanks.
-Amit
====================
Hi,
I have a question regarding the concatenate fields module on MVPS website-
http://www.mvps.org/access/modules/mdl0008.htm
I've used it before with no problem, but I'm trying to use it in a query to
concatenate the email addresses from a field, and it truncates the email
addresses at 255 characters. Why would it do that? From what I can tell from
looking at the module, the values are stored in a variant. Does it have a
limit of 255 characters?
I also tried redefining lovConcat as string, but that gave me the following
error: "#94 invalid use of null".
Will appreciate any help with this so that I can get all the email addresses
(with no limit on the final length) successfully.
Thanks.
-Amit