Hi Everyone
I am brainstorming with a goal.
The Algorithiam is as follows
- a list is generated from a query.
2 The accoc is dumped into a dynamic table.
each row has a first column with a check box element.
A user is asked to check the check box to add a entry to their freind list.
The user submits the form with all the check boxes
Here is the start of the learning curve
A count of each checked with a value dumped by the first query.
A query of the data based on value of a checked box.
6a. Data from that row where attribute of database = value
Enter the result into dynamic table
checks to see if number of runthrough of database meets the number of true value of check box by user
8a If yes stop
8b If no go to step 5.
I do not know how to count the number of check boxes at this time. If there is another method please suggest.
Thanks Tom