Search results

  1. 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
  2. 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...
  3. 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 :)
  4. 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 :)
  5. 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...
  6. murray83

    What's your best/worst joke?

    Why do programmers prefer dark mode? Because light attracts bugs! 🐛💻
  7. 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
  8. murray83

    Append across

    i got rid of that way of doing it see post 13 for current format
  9. 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...
  10. murray83

    Append across

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

    Append across

    could you give me some pointer for cross tabs or is it good ol google to rescue ?
  12. 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...
  13. murray83

    Append across

    you mean
  14. murray83

    Append across

    cross tab
  15. 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))...
  16. murray83

    Solved Why does it crash and close...

    I did. See post #6
  17. murray83

    Solved Why does it crash and close...

    True and thanks for the info and ideas very much appreciated ( never to much help ) but I have solved it :)
  18. murray83

    Solved Why does it crash and close...

    Afraid so 😟
  19. murray83

    Solved Why does it crash and close...

    Cheers for that and yeah, at work don't have that access ( Boo ) but always good to have any way of investigating what occurred on a PC not locked down. So cheers for the input of info always appreciated :)
  20. murray83

    Solved Why does it crash and close...

    So i went down the code route and added this Me.WMPQuizVid.Visible = False Me.WMPQuizVid.URL = "" to my sub ( At the top in below code ) and now this works like a charm, cheers for the input @arnelgp about video not matching up Private Sub GetQuestion() Dim dbs As DAO.Database, rst...
Back
Top Bottom