A
AtleDreier via AccessMonster.com
Hello!
This is concatenating with a twist.
I have three tables:
Tag:
*tag
Doc_ref:
*DocID
*GenID
Document;
*DocID
Doc_Type
GenID linked to Tag with a one to many relationship
Document!DocID to Doc_ref!DocID with a one to many
Now, what I need is to get one field with all the DocID values with a certain
type for each tag
For Tag1 i need a field with "Doc1 - Doc2" where doc_type is "type1" and so
on.
How can this be done?
It is not very often I need this done, so it could be a maketable query or
code.
This is concatenating with a twist.
I have three tables:
Tag:
*tag
Doc_ref:
*DocID
*GenID
Document;
*DocID
Doc_Type
GenID linked to Tag with a one to many relationship
Document!DocID to Doc_ref!DocID with a one to many
Now, what I need is to get one field with all the DocID values with a certain
type for each tag
For Tag1 i need a field with "Doc1 - Doc2" where doc_type is "type1" and so
on.
How can this be done?
It is not very often I need this done, so it could be a maketable query or
code.