Search results

  1. ReAn

    Appending Bits to a String

    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.
  2. ReAn

    Appending Bits to a String

    Appending Bits to a String (And now more questions) I need to add bits onto the end of a string... can anyone help me?
  3. ReAn

    A List box Question

    Can different items be coloured differently?
  4. ReAn

    Story

    gin. So she (had to end the scentence)
  5. ReAn

    Story

    tickling her fancy
  6. ReAn

    Story

    which she then
  7. ReAn

    Unsure how to design this new 'score board' database

    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.
  8. ReAn

    Unsure how to design this new 'score board' database

    You like the split idea for presentation purposes?
  9. ReAn

    Story

    skull into many
  10. ReAn

    cmd.openform condition

    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] & "'" ???
  11. ReAn

    Unsure how to design this new 'score board' database

    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...
  12. ReAn

    cmd.openform condition

    DoCmd.OpenForm stDocName, , , "[StudentID]=" & Me![Combo0] & "and [TestID]=" & Me![Combo2] Try that...
  13. ReAn

    Disk or network error

    check the file permissions
  14. ReAn

    Story

    between her two
  15. ReAn

    Story

    from her hand
  16. ReAn

    Story

    long hard slender
  17. ReAn

    Story

    scream out in
  18. ReAn

    Story

    to arouse her
  19. ReAn

    Story

    handle which she
  20. ReAn

    Disk or network error

    Win98 - Pre Domain Security WinXP - Post Domain Security Check your domain permissions on the server.
Back
Top Bottom