Search results

  1. murray83

    Solved duplicate letter in string

    Aim is duplicate letter in the word so as stated in the game it would show blue.
  2. murray83

    Solved duplicate letter in string

    picked it as it had double letters and first one i thought off and cheers for ideas on solution
  3. murray83

    Solved duplicate letter in string

    in the attached i have tried ( but removed also ) to make so if the letter of the word is twice it would hopefully colour the square blue i tried googling it but the fixes they said didn't work talked abut dictionary functions in access just want a nice simple fi and am sure this is the...
  4. murray83

    Solved Why Sub form doesn't populate

    i like it and most of all it works so cheers :)
  5. murray83

    Solved Why Sub form doesn't populate

    Genius cheers, but then am not sure how i had it working previously then before i went and broke it. cheers all and thanks
  6. murray83

    Solved Why Sub form doesn't populate

    Okay what did you do that works perfect What did i miss :(
  7. murray83

    Solved Why Sub form doesn't populate

    Sorry maybe me not being very clear please see this vid of issue Video of Issue
  8. murray83

    Solved Why Sub form doesn't populate

    you have to go from the start of the quiz, just spam one of the buttons till get to the end and then be at the results page which says how many you got in how many seconds, and then the reval will show which you got right and which you didnt ( well it should ) but its not so start with form Start
  9. murray83

    Solved Why Sub form doesn't populate

    can some one look at the attached and answer my question, which is. When you get to the end of the quiz and click reveal it should show how you did i.e. wrong and correct but for some reason it is not populating and I cant figure out the reason why cheers all
  10. murray83

    Twordle: The Ultimate Word Challenge for Access Users! ( again databases, not boring )

    1.5d -Updates Added Spanish ( again colleague request ) Removed the back button once in language to stop some ol cheats Increased Romanian word count
  11. murray83

    Twordle: The Ultimate Word Challenge for Access Users! ( again databases, not boring )

    Oh okay can't say anyone else had that but will check.
  12. murray83

    Twordle: The Ultimate Word Challenge for Access Users! ( again databases, not boring )

    sorry for quick DP but a user found a bug ( I had copy pasted and hadn't renamed some of the functions ) stupid me all is now good and tested I promise Cheers
  13. murray83

    Twordle: The Ultimate Word Challenge for Access Users! ( again databases, not boring )

    Hi All! If you’re looking for a word game instead of numbers (like in NumberNest), then Twordle might be just what you need! Dive into the world of wordplay with Twordle, the Access version of the beloved Wordle game! Perfect for word enthusiasts and casual players alike, Twordle offers a fun...
  14. murray83

    NumberNest - Sudoku in Spirit

    Hey all Quick update as colleague managed to find a few loopholes/glitches I had missed as I just tested it normally So now limit to one number in each box, the hint's now should work as before they would put numbers but was in the incorrect location so couldn't finish and changed the...
  15. murray83

    Point and Click - An Access Adventure

    little update Silver Mountain - An Access Point & Click Adventure Now has spoken words on the form Story So Far ( form after title screen if just open and play ) thanks to AI Speech progress is slow and i have maybe neglected this for other projects. Chess, Sudoku but shall be giving it my...
  16. murray83

    NumberNest - Sudoku in Spirit

    Okay no more One colleague/user wanted a pause so if they had to leave desk it would not impact there time
  17. murray83

    NumberNest - Sudoku in Spirit

    fixed it just changed the following from hintValue = Nz(Me.txtClickCount.Value, "") ' Default to 0 if txtClickCount is empty and to this hintValue = Nz(Me.txtClickCount.Value, 0) ' Default to 0 if txtClickCount is empty
  18. murray83

    NumberNest - Sudoku in Spirit

    Guessing because if no hints that text box would be null I'll have a look. And thanks for the compliments 😊
Back
Top Bottom