Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

[SOLVED] dependant many-to-many

$
0
0
Hello all,

I have three tables: lookupkey, weekend, client

In `lookupkey` I have 8 elements" vc1. vc2, vc3, ... vc8

The`weekend` table uses a lookup wizard to get the 8 elements and displays them as multi-select checkboxes.

So far, so good. But now the question.

In the client table I would like to display a multi-select checkbox based on which items have been selected in the weekend table. And draw the description from the lookupkey table.

To put this in perspective. Say I have 8 letters in the lookupkey table ( A-H ). The description for each is something like Alpha-A, Alpha-B, ... Alpha-H

In the Weekend table, It displays all 8 elements with the description Alpha-A, Alpha-B, ... Alpha-H. In the Weekend table, the user selects only Alpha-A, Alpha-B, Alpha-C.

What I want in the client table is to only see Alpha-A, Alpha-B and Alpha-C. Nothing else. So the user can select any or all of just those 3 elements. The client table user cannot see, nor select the other elements.

Any guidance would be very appreciated as I can't seem to get get close to a solution.

Viewing all articles
Browse latest Browse all 2586

Trending Articles