Search results

  1. murray83

    AcTris: A Tetris Clone in MS Access

    AcTris: A Tetris Clone in MS Access I am pleased to introduce AcTris, an innovative project that reimagines the classic Tetris game within the Microsoft Access environment. Currently in the development phase, AcTris captures the fundamental mechanics of Tetris, allowing players to engage in the...
  2. murray83

    AccessSweeper: Uncover the Fun!

    AccessSweeper: Uncover the Fun! Back again, making DB's not dull and boring. My target this time was Minesweeper so please... Dive into the captivating world of AccessSweeper, the ultimate twist on the classic Minesweeper game, now designed for Microsoft Access! Challenge your mind and...
  3. murray83

    Solved SQL copies data with indent

    Hi All have exhasusted AI and google help so thought would actually ask some proper smart people ( me not included ) so i have the following SQL INSERT INTO tblForCSV_main ( OrderNo, ProductCode, Qty ) SELECT Mid([RawData], InStr([RawData], "Booking Ref:") + 12, 12) AS BookingRef...
  4. 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...
  5. 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
  6. 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...
  7. murray83

    NumberNest - Sudoku in Spirit

    Another Access DB which does not what it was maybe designed for This time a little Sudoku game, levels of difficulty from Very Easy, Easy, Medium and Hard. Also hint option for each level ( not unlimited and amount have depends on level picked ) hope you like an enjoy, any suggestions are...
  8. murray83

    AcChess

    Thanks to the ideas of fellow member @MajP having cracked the scrabble idea ( top marks to your demo sir ) i had another idea for movement but this time I think the coordinate idea works well all though I'm sure you could drop in Majp's drop and drag idea. but for now it is just a simple two box...
  9. 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 (...
  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

    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))...
  12. murray83

    Solved Why does it crash and close...

    So have had to use google drive as file is a bit bigger then here to upload but i have an issue not sure why it does and hoping that some one here can shed some light. The issue i have is when it gets to a question which has a video it seems to crash and I'm not sure the reason AWF Example -...
  13. murray83

    Solved Hide Windows Media Player Details

    Hi All So have managed to get videos to work in my quiz ( see attached example and vid file ) but now i have one follow up question how do you / or can you Hide the player buttons and file name ( file name not that important ) but would like it to hide the play stop buttons ( if possible of...
  14. murray83

    Solved Query to Add two fields

    Hi All I have the below query which is running fine but i want it to total ( some how ) so it should show 3 ( as when they use a joker they get a bonus if the answer was correct ) query ran query details so any help be grateful appreciated cheers all :)
  15. murray83

    Solved Criteria based of text box on form not working

    I have the following in criteria for a query which should list user answers based on name, but i get blank query, it doesn't even ask me to input anything if the form is blank "Forms![F_Start]![txt_UserName]" Please help me AccesWorld your my only hope cheers all
  16. murray83

    Solved IIF with many

    Have this following code which works fine, but now need to have it also work for more criteria, but i tried as shown but it didn't do i need to use AND instead of Or Working Code =IIf([Text298] Like '190003*',"Please tip as a loose load, slip sheet has invalid My Broken Code =IIf([Text298]...
  17. murray83

    Get a Word definition from online into Access ?

    you see the title and that's just what i would like to be able to do. for my hangman example has a word list and people playing ( mostly my kids ) asked if it could say a clue to the word have looked and seen some ideas for excel but not sure if that can be done in access, any help would be...
  18. murray83

    How to call a module in main code VBA

    So i have this code which works fine when its in the main VBA section '--------------------------------------------------------------------------------------- ' Purpose : Use instead of hyperlink to change mouse cursor to pointing hand. ' Author : "Mister Slimm" ' Source ...
  19. murray83

    Solved Windows Media Player Attributes

    Not sure if shuld go here in gen or in modules as its an ActiveX addin But the issue i have is i want the volume to be set higher then default i have treid moving it up in design view and then saving and opening and it just defuaulst down. Secondly the option to restart a bit of music when it...
  20. murray83

    Solved scrapping details from a web site

    so am/have been making a database for my game cllection and rather then have to check the current price online, could i get it so when on the quick search option when you search for a game it would also display the prices from a site like price charting or similar database is attached for example
Back
Top Bottom