Search results

  1. murray83

    Scrabble and Drag / Drop Class

    THAT Looks and sounds amazing (y)will have to check it out at home this afternoon
  2. murray83

    Open and Save and never see it happen

    Had an issue where a file being imported ( an .xlsx) was for some reasdon not working but we then tried ( not sure why we did ) but we opened the offending file saved it and lo and behold the import worked so to combat that extra step and make the import work better made a simple test demo (...
  3. murray83

    WordWeave: Scrabble Just Got a Makeover!

    A bit more updating added - exchange of letters so now you can exchange your 7 letters just like in a normal real life old fashioned scrabble game ( may not be fancy or slimline in code/query but it works for me ) to work on still - the code some times seems to get stuck when you place a word...
  4. murray83

    WordWeave: Scrabble Just Got a Makeover!

    Been a bit busy with work and the like but have been toiling away when i can, see version .91N updated The button new word check now asks for a word and checks it against dictionary ( still need to sort some error catching and rules if invalid like in real life i think its a miss a go ) it...
  5. murray83

    WordWeave: Scrabble Just Got a Makeover!

    Sorry i didnt see you had done this ill have to give it a look :)
  6. murray83

    WordWeave: Scrabble Just Got a Makeover!

    Updated Record of who was closer to a now works so gameboard small screen ( at the moment ) works to show if player one or player two is first and hides parts accordingly
  7. murray83

    WordWeave: Scrabble Just Got a Makeover!

    Todays workings in 0.91d New Bits Added ( in one square , the middle square ) code to check whether the letter placed is/on your tiles/selection of letters allocated text box ( wow kev, how do you come up with these ideas ) which shows the letters assigned/allocated ( yes it will be hidden...
  8. murray83

    WordWeave: Scrabble Just Got a Makeover!

    the board at present is like that just for the first move ( when i code it fully ) and yes true the select letter should be before name and letters given ill change the logic on that later :)
  9. murray83

    WordWeave: Scrabble Just Got a Makeover!

    Thanks for inputs and to answer questions 1. Yes i am aware but for simple starting with just 2 2. using code and buttons 3. yes they can be they only have 7 letters at a time, so im not sure about this point But thanks for looking in first place :)
  10. murray83

    WordWeave: Scrabble Just Got a Makeover!

    Hi, so, a quiz wasn't enough and now I have (why not) made a scrabble game (I also have a point and click adventure game in progress can be found on here) very basic at moment but does have a few scrabble functions which work well (well I think so) On Playing after typing users’ names...
  11. murray83

    What's your best/worst joke?

    Why do programmers prefer dark mode? Because light attracts bugs! 🐛💻
  12. murray83

    Quiz-A-Rama - Who Said Databases are dull

    Merry Christmas one and all, here is my bang up to date quiz now with added Video and Joker for the bypass key click on the "Built and Designed By" and type in unlock if it is locked you'll have to supply your own videos though as cant upload them
  13. murray83

    Append across

    i got rid of that way of doing it see post 13 for current format
  14. murray83

    Append across

    Yes, yes i am and have so far got this ( see attached ) It will give you 7 letters at the start will count the score ( not quite right though at mo ) Check if your word is a word ( think might be missing TLW ) but im quite happy with it so far edit 13:32 sorry forgot to also say will give...
  15. murray83

    Append across

    with a bit of AI help i have figured it out using temp table see attached for updates
  16. murray83

    Append across

    could you give me some pointer for cross tabs or is it good ol google to rescue ?
  17. murray83

    Append across

    PlayerOneNamePlayerOneLetter1PlayerOneLetter2PlayerOneLetter3PlayerOneLetter4PlayerOneLetter5PlayerOneLetter6 KevinACCESP I would like the table to look like this when the query has ran the query in question called FirstRandomLetters Please see attached version :) reuploaded as had a light...
  18. murray83

    Append across

    you mean
  19. murray83

    Append across

    cross tab
  20. murray83

    Append across

    Hi folks local nut case loose with access again and brain full of ideas, anyways Have this append query which works just dandy INSERT INTO PlayerOneTable ( PlayerOneLetters ) SELECT TOP 7 ScrabbleLettersToUse.Letter FROM ScrabbleLettersToUse WHERE (((ScrabbleLettersToUse.LetterUsed)=False))...
Back
Top Bottom