R
Rebecca
I see that my previous post is about to drop off into
oblivion (page 2), which is usually the case when my
questions are too value or confusing. I have the
following code, thanks to MS ACCESS MVPs:
SELECT DISTINCT BIBLE.D, Concatenate("SELECT [E] FROM
BIBLE WHERE [D]=""" & [D] & """ ORDER BY KeyID") AS Phrase
FROM BIBLE
This works well, however some of the contents of "Phrase"
are truncated because they exceed the 255 character
limit. Could someone please tell me how to solve this
problem, say by turning the output in "Phrase" into a memo
field? I would deeply appreciate your help.
oblivion (page 2), which is usually the case when my
questions are too value or confusing. I have the
following code, thanks to MS ACCESS MVPs:
SELECT DISTINCT BIBLE.D, Concatenate("SELECT [E] FROM
BIBLE WHERE [D]=""" & [D] & """ ORDER BY KeyID") AS Phrase
FROM BIBLE
This works well, however some of the contents of "Phrase"
are truncated because they exceed the 255 character
limit. Could someone please tell me how to solve this
problem, say by turning the output in "Phrase" into a memo
field? I would deeply appreciate your help.