Search results

  1. murray83

    Snaccess - The classic snake game, reimagined for the database generation.

    Really, as never had such an issue. Can you send a screenshot?
  2. murray83

    Snaccess - The classic snake game, reimagined for the database generation.

    sorry been a long night v1.3 with banned word list for leader board and some text boxes to show what speed you are at ( more fun then the text syaing 400 m/s )
  3. murray83

    Snaccess - The classic snake game, reimagined for the database generation.

    v1.1 have added a simple little marquee for top scores to scroll on the start / attract screen and a leader board which you can look at as well
  4. murray83

    AcChess

    long time but have made a valid update ( well for me ) in the hex chess when you move ( at the moment the knights to A6 and L6 ) the red knights stay red and it captures it as a red piece woop now just capture to sort and the rules
  5. murray83

    Snaccess - The classic snake game, reimagined for the database generation.

    Another fun database distraction from me this time have taken the old skool game of snake ( who didn't have a Nokia 3310 ) Slither into the grid and feast on data bites in this retro-inspired twist on the timeless arcade favourite. Built entirely in Microsoft Access, Snaccess blends nostalgia...
  6. murray83

    AccessTris: A Tetris Clone in MS Access

    Your welcome and yeah I thought it needed some tunes just like classic Tetris hence why the semi russian theme of the songs and when you don't pick it defaults to Cossack ( I think B ) as most like ol' Tetris theme ( which is in fact a russian folk song )
  7. murray83

    AccessTris: A Tetris Clone in MS Access

    last update I can think of adding all done now has Looping music, Next Shape coming, speed increase when you hit next level hope you all enjoy sorry I can't post it on here but the whole thing with the tunes is 13.2 MB ( and that's zipped ) AccessTris
  8. murray83

    AccessTris: A Tetris Clone in MS Access

    updated with new name also new pause ( hit space to pause and un pause ) also level which will speed up after each level AccessTris
  9. murray83

    AccessTris: A Tetris Clone in MS Access

    okay how is Accesstris
  10. murray83

    AccessTris: 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...
  11. murray83

    AccessSweeper: Uncover the Fun!

    first time seen that issue crop up and in regard to the mouse down yeah but then i just had duckduckgo AI chat repeat them for txt_5_n so on on up to the txt_10_n and ill check yours out, cheers
  12. murray83

    AccessSweeper: Uncover the Fun!

    It does What you mean ?
  13. 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...
  14. murray83

    Solved SQL copies data with indent

    SELECT MID([RawData], INSTR(INSTR([RawData], 'UNITED KINGDOM') + 1, [RawData], 'UNITED KINGDOM') - 10, 8) AS ShipToPostCode FROM TempRawData WHERE TempRawData.RawData Is Not Null;
  15. murray83

    Solved SQL copies data with indent

    ok another similar question how would i chop the pdf when pasted into raw data so it got the address Sales Order From: DHL SUPPLY CHAIN DANES WAY NORTHAMPTONSHIRE CRICK NN6 7EX UNITED KINGDOM Ship To: BEST FOOD LOGISTICS (PRET A MANGER) RATTY'S LANE HODDESDON EN11 0RF UNITED KINGDOM Order...
  16. murray83

    Solved SQL copies data with indent

    yes as the data comes in a pdf and easiest way to get it in is copy and paste and then pick whats needed and @Gasman sorry, yes you are correct it does work. Many thanks all, closed ( for know ) :)
  17. murray83

    Solved SQL copies data with indent

    thanks for the reply which yes i didforget to say what to replace, but have some news still has the gap should i not also put 13 for the CRLF ?
  18. murray83

    Solved SQL copies data with indent

    how about tidying with INSERT INTO tblForCSV_main (OrderNo, ProductCode, Qty) SELECT Replace(Mid([RawData], InStr([RawData], "Booking Ref:") + 12, 12), ' ', '') AS BookingRef, Mid([RawData], InStr([RawData], "Pallets") + 21, 13) AS HSProductCode, Mid([RawData], InStr([RawData]...
  19. murray83

    Solved SQL copies data with indent

    ok so how do i try and clear that is it as you said with (trim)
  20. murray83

    Solved SQL copies data with indent

    ok have tried loading the page at work ( and looks like blocked booo ) have attached database and one pdf which is the raw data so steps open the PDF copy all ( ctrl + a ) and then paste into subform on the frm_Import just using ctl + v ( no paste special required ) then click Import and...
Back
Top Bottom