MajP
You've got your good things, and you've got mine.
- Local time
- Today, 02:32
- Joined
- May 21, 2018
- Messages
- 9,483
@coasterman,
Just curious if this is really what you want, because based on what you said, I would think it may be different. It sounds like you want to continue to narrow down within your search. If that is true you would only want to have viable tags to pick from.
First you list should only show viable tags which are the tags associated to a record. It is this smaller list. You should not be able to pick something that is not feasible.
qryHasTag qryHasTag
If you pick Circle and it returns 3 records, then your list to pick from should not only remove Circle, but it should only show those tags that are in the remaining three records. If not then you will have other infeasible choices. In other words if none of the three records have Brian I should not be presented Brian as a choice because no records in the db has Circle and Brian.
This is a harder query. Not sure if this is what you want. It would drive me nuts to be presented choices that are not feasible.
Just curious if this is really what you want, because based on what you said, I would think it may be different. It sounds like you want to continue to narrow down within your search. If that is true you would only want to have viable tags to pick from.
First you list should only show viable tags which are the tags associated to a record. It is this smaller list. You should not be able to pick something that is not feasible.
qryHasTag qryHasTag
TagID | Tag |
---|---|
22 | keyword 2 |
23 | brian |
24 | ball |
25 | yellow |
26 | Square |
27 | Triangle |
28 | circle |
29 | black |
30 | green |
31 | purple |
32 | orange |
35 | Brown |
If you pick Circle and it returns 3 records, then your list to pick from should not only remove Circle, but it should only show those tags that are in the remaining three records. If not then you will have other infeasible choices. In other words if none of the three records have Brian I should not be presented Brian as a choice because no records in the db has Circle and Brian.
This is a harder query. Not sure if this is what you want. It would drive me nuts to be presented choices that are not feasible.