Yes, I mean bits, im building an algorithm that calls for a specific number of padded bits so that the input string has a specific size.
I need to add BITS..
Would be freakin simple in c/c++ just bitshift left and add one.
well with my method you just go
SQL = "SELECT Sum(tblScores.SCOREPOINTS) AS SumOfSCOREPOINTS FROM tblScores WHERE tblScores.TEAMID = " & TeamIDIWantToGetTheScoreFor
You can prolly adapt this for yours.
ah, yes... what he said...
WAIT!!!
if your values are text it should be like this:
DoCmd.OpenForm stDocName, , , "[StudentID]='" & Me![Combo0] & "' and [TestID]='" & Me![Combo2] & "'"
???
Get a copy of photoshop and make a spiffy looking scoreboard that has an OnTimer event (1000 ms delay or something) that grabs the info from a split db (back end db with linked tables) and updates the scoreboard.
The reason for split is so you can enter in new data w/o disrupting the cool...