ActionJackson <> wrote in message news:<>...
> I named my dog Bunger so when I say your name I had to reply!!
>
> I would never make a 100 columns in your table for this kind of app. If
> the position matters just record a value from 1 to 100 for each person.
> As you output the columns/rows just use box 1 as the upper left and 10
> is upper right. Box 11 would just be the start of the 2nd row and
> continue this pattern using a loop.
>
> Access and ASP would be ok for this one. You would simply record the
> name and position. 2 columns of data. Very simple.
>
> I do admit I don't even know what a football squares pool is so maybe
> there is more to this app than I know 
>
> Shawn Jackson
> Owner and Creator
> http://www.actionjackson.com
> http://www.devdex.com
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
....some people do call me Bunger for run...
as for a football square pool : think of this:
Start with a 10 x 10 matrix. Have people fill their names in all of
the 100 cells. Then, randomly place the numbers 0 thru 9 across the
horizontal access, then do the same down the vertical axis.
For the football pool, the horizontal axis represents team 1, and the
horizontal axis represents team 2. At the end of each quarter played,
you would look at the "ones digit" for each team, and find out where
this numeric combination meets in the squares. I.e. if team 1 had 17
points, and team 2 had 14 points, you would find the intersection of
team 1(7) and team 2(4) and whoevers name was there would win $$ for
that quarter...
Therefore, I was looking for a routine where people could visually see
a 10X10 matrix on the screen, each cell with an input box to put their
name it. As soon as someone would select a square (and input it),
that cell becomes 'fixed', and only the un-selected squares remaining
are available for text input...
Hope that makes sense...any further ideas???
Thanks,
bUnger...