Re: Multi-valued field
- From: Jimmy G. <JimmyG@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 2 Mar 2009 10:02:01 -0800
Unfortunately, I'm not very familiar with writing in SQL; I usually work in
the design mode.
I like the idea of concatenating the values as a string, but since the there
are dozens of these, I don't want to list them all. Currently, I've written
the field as "ACTIVIITES: fConcatChild ([COMMCODE])", but that returns an
error message of "Undefined function fConcatChild in expression". Is there a
way around writing out the code?
"John W. Vinson" wrote:
On Mon, 2 Mar 2009 07:28:02 -0800, Jimmy G. <JimmyG@xxxxxxxxxxxxxxxxxxxxxxxxx>.
wrote:
I am trying in create a query in which an record (i.e., an individual) which
has multiple values in a joined table (i.e., activities in which s/he are
actively interested (e.g., travel, sports, reading, gardening, cooking)
appears as one row but all the associated values appear in separate columns.
I can't do a cross-tab query since the number of unique values are very large
yet the maximum numbers of values that any record had is five. Any
suggestions would be helpful. Thank you.
If it's just for reporting purposes, you can use a bit of code to concatenate
the child record values into a text string:
http://www.mvps.org/access/modules/mdl0004.htm
--
John W. Vinson [MVP]
- Follow-Ups:
- Re: Multi-valued field
- From: John W . Vinson
- Re: Multi-valued field
- References:
- Multi-valued field
- From: Jimmy G.
- Re: Multi-valued field
- From: John W . Vinson
- Multi-valued field
- Prev by Date: Re: Format undefined
- Next by Date: Re: "SUB LOOK-UP" within 1 Query ???
- Previous by thread: Re: Multi-valued field
- Next by thread: Re: Multi-valued field
- Index(es):
Relevant Pages
|