G
Guest
I know similar questions have been posted before but none seem to help with
my problem.
I have a query:
"SELECT t_customer.produce_letter_date,
combine_text([t_customer].[customer_no]) AS letter_text
FROM t_customer
WHERE (((t_customer.produce_letter_date)=get_letter_date()));"
where "get_letter_date()" is a function that determines a date from a form
and "combine_text()" is a function that returns text from various other
queries. I know the "combine_text()" function returns the text in full when
run on its own but when I run it within the query it truncates to 255
characters. Can anyone suggest why or how to fix this.
Thanks
my problem.
I have a query:
"SELECT t_customer.produce_letter_date,
combine_text([t_customer].[customer_no]) AS letter_text
FROM t_customer
WHERE (((t_customer.produce_letter_date)=get_letter_date()));"
where "get_letter_date()" is a function that determines a date from a form
and "combine_text()" is a function that returns text from various other
queries. I know the "combine_text()" function returns the text in full when
run on its own but when I run it within the query it truncates to 255
characters. Can anyone suggest why or how to fix this.
Thanks