N
NAJ
I'd like to create something which will allow me to neatly tie some
items in one table to some items in another table by using some kind
of tick box system where i have one category of items along the top
and another category of items down the side (like one might produce
with a cross tab query). The problem is producing a tick box table in
the middle which will link the two tables. I don't know how to do it.
I had a dabble with the cross tab query stuff but I've got nowhere
with it so far.
Here's the kind of thing i'd like (but the true and false being tick
boxes):
|Item A|Item B|Item C|Item D
----------------------------------
box 1| true |false | true |false
box 2|false |true |false |true
box 3|false |true |true |true
box 4|true |false |false |true
And we'd have some kind of link table which would be related to it
which would be controlled by the grid system above:
Item | box
-----------
a |1
a |4
b |2
b |3
c |1
c |3
d |2
d |3
d |4
I hope that makes sense!
I can think of ways of linking these two items together - eg by going
to a form for item a and add in each box and then the same for item
b,..c,..d etc. But I thought some kind of cross tab type table would
make it much simpler for the user and easier to make sense of too.
I can bring the results back in the form of a cross tab by using the
"count" function to count the links and I have a 1 in the box when
there is a link, but I can't actually set up links using this or think
of a way to do it.
Can anyone offer any help or ideas please?
Cheers
NeilH
items in one table to some items in another table by using some kind
of tick box system where i have one category of items along the top
and another category of items down the side (like one might produce
with a cross tab query). The problem is producing a tick box table in
the middle which will link the two tables. I don't know how to do it.
I had a dabble with the cross tab query stuff but I've got nowhere
with it so far.
Here's the kind of thing i'd like (but the true and false being tick
boxes):
|Item A|Item B|Item C|Item D
----------------------------------
box 1| true |false | true |false
box 2|false |true |false |true
box 3|false |true |true |true
box 4|true |false |false |true
And we'd have some kind of link table which would be related to it
which would be controlled by the grid system above:
Item | box
-----------
a |1
a |4
b |2
b |3
c |1
c |3
d |2
d |3
d |4
I hope that makes sense!
I can think of ways of linking these two items together - eg by going
to a form for item a and add in each box and then the same for item
b,..c,..d etc. But I thought some kind of cross tab type table would
make it much simpler for the user and easier to make sense of too.
I can bring the results back in the form of a cross tab by using the
"count" function to count the links and I have a 1 in the box when
there is a link, but I can't actually set up links using this or think
of a way to do it.
Can anyone offer any help or ideas please?
Cheers
NeilH