Search results

  1. murray83

    Solved adding numbers in code

    Bloody Awesome, works a charm, now just got to fix it so cant keep spamming it cheers @The_Doc_Man
  2. murray83

    Solved adding numbers in code

    starts saying in the code Execute Query as string dont get as far as trying to run as not sure doing it right
  3. murray83

    Solved adding numbers in code

    have this code at moment CurrentDb.Execute "Update tbl_GoodGuy set [YourHealth] = " & Me.Text133 & " WHERE [GoodGuy] = 'Player'" but i want to flip it so when user presses command it takes the health count and adds an arbitrary number of my choosing to it ( the number will be the same each...
  4. murray83

    What's the best/worst video game of all time?

    hard to pick one so here my list of best/worst for the consoles I have and played Master System Best - Ghouls N Ghosts Worst - Micro Machines Game Gear Best - Sonic Chaos Worst - Joe Montana Football Mega Drive/Genesis Best - Quack Attack Worst - Hard Drivin Mega CD Best - Sonic CD Worst...
  5. murray83

    Point and Click - An Access Adventure

    I swear I made a post about this back in 2020 when I started but seems not. probably started it but work got in the way as it does Anyways here is what have been working on (so far anyway) Its a modern take on a point n click adventure using access, which is handy as no need to build a...
  6. murray83

    updated http://silvermountain.epizy.com/

    updated http://silvermountain.epizy.com/
  7. murray83

    Solved Scroll through pictures

    works like a charm thanks a million
  8. murray83

    Solved Scroll through pictures

    so would that be something like this again back of envlope thinking Select ID from tbl_Rouges, loop when EOF
  9. murray83

    Solved Scroll through pictures

    works a charm but just one question I have which remains. how would i make it loop round as it present i have stuck with the arrow command boxes but when get to last record would like it to just move back to first character/rouge ? cheers CJ_London
  10. murray83

    Solved Scroll through pictures

    But what if I wanted to just keep the images in the database as the file path for others wouldn't possibly be the same ??
  11. murray83

    Solved Scroll through pictures

    Thanks shall give that all a go 🙂
  12. murray83

    Solved Scroll through pictures

    Thanks, but no, not a continuous form. Wanted the form to stay static and just the data change when the user clicks either next or previous button
  13. murray83

    Solved Scroll through pictures

    Hi all got a question regarding dlookup, pictures ( hosted within the database ) and how to get it so when the user clicks on a button that it will scroll through the table data and display it on the form. got some idea of how it would work but not sure how to write it down in code, back of...
  14. murray83

    Solved Pop Up Form Issue - Access 2016

    well seing as windows 10 came out July 2015 reckon we ( if still working here ) should get winodws 11 around 2027 LOL
  15. murray83

    Solved Pop Up Form Issue - Access 2016

    Thanks for the quick reply but with a bit better google search, i think i have fixed it. google sent me here and the post said to make the form "modal" so i did and comapcted and rebuilt and it seems to have worked, in answer to your question i had no error message just a blank screen if you...
  16. murray83

    Solved Pop Up Form Issue - Access 2016

    We have just recentley at work moved to windows 10 ( yuck i think ) any way thats not the main issue, the issue seems to be that a pop up form no longer wants to paly ball. it worked fine on access 2010 which it was made in and just wonder if anyone has had any issues with Access 2016 with this
  17. murray83

    Quiz-A-Rama - Who Said Databases are dull

    Pat thanks just downlaoded it myself and they did work, when i copied the zipped file to the desktop, was you trying to run it from with in the ziped folder
  18. murray83

    Solved Copy Moving Rows in Excel

    see my edited post cheers for the help
  19. murray83

    Solved Copy Moving Rows in Excel

    ok i tried it, but it didnt seem to copy the data, all it did was hide the filtred bit, which i would like still visible no need to hide that after it has copied but it didnt copy anythinig accross. did it work for you ? edit below ok so i looked at the code and change one thing your code...
Back
Top Bottom