A
atledreier
Hello!
I have to present some data in a certain way, and I can't figure out
how. I hope you can help me with this.
I have data for tags, documents and document references, like this:
tblTag:
Tagno (key)
Description
Area
....
tblDocument:
DocID (key)
Description
Category
Area
tblDoc_Ref:
DocID (key, linked to tblDocument.DocID, 1 to m)
GenID (key, linked to tblTag.tagno, 1 to m)
Type
I have a crosstab that display a datasheet view with TagNo as row
heading and document categories as column headings. The problem is
that I can have several documents in each document category per tag,
but the crosstab will only display the first, the last or a count.
How can I get a nice list of documents in each category on a per-tag
basis? I would like to keep the crosstab look, and have one row for
each tag, but several documents grouped by category.
Any tips?
I have to present some data in a certain way, and I can't figure out
how. I hope you can help me with this.
I have data for tags, documents and document references, like this:
tblTag:
Tagno (key)
Description
Area
....
tblDocument:
DocID (key)
Description
Category
Area
tblDoc_Ref:
DocID (key, linked to tblDocument.DocID, 1 to m)
GenID (key, linked to tblTag.tagno, 1 to m)
Type
I have a crosstab that display a datasheet view with TagNo as row
heading and document categories as column headings. The problem is
that I can have several documents in each document category per tag,
but the crosstab will only display the first, the last or a count.
How can I get a nice list of documents in each category on a per-tag
basis? I would like to keep the crosstab look, and have one row for
each tag, but several documents grouped by category.
Any tips?