Re: Make table truncates text concatenated using fnConcatenate
- From: John W. Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 11 Apr 2007 14:30:03 -0600
On Wed, 11 Apr 2007 12:48:04 -0700, Dale Fye <dale.fye@xxxxxxxxxx> wrote:
I know I could create the base table and import the data from my query into
that table, but I would prefer to make this table on the fly, and then delete
it when I am done with it.
Any recommendations?
If you want the text to end up in a Memo field, AFAIK you have no choice but
to create the table first.
MakeTables are rarely (IME) necessary. If you want a scratch table, just
create it once, keep it around, and empty it when you're done with it.
John W. Vinson [MVP]
.
- Prev by Date: Re: Query question
- Next by Date: Re: Query Criteria question
- Previous by thread: Query Criteria question
- Next by thread: Insert dataset to another database
- Index(es):
Relevant Pages
|