Search results

  1. murray83

    Solved Sound in Access

    well first concern was when i pasted it in the declarations went all ride line on me, as shown
  2. murray83

    Solved Sound in Access

    I would like to put some sounds in access nd found this https://bytes.com/topic/access/insights/639316-how-play-sounds-access but not sure if thats the best way could some one look and maybe point in another direction cheers all
  3. murray83

    Point and Click - An Access Adventure

    I'm just appreciative of the help, so thanks
  4. murray83

    Point and Click - An Access Adventure

    any thoughts / feedback always welcome
  5. murray83

    Point and Click - An Access Adventure

    I fixed and for once all by myself no google whoop the ol' brain does work from time to time. So what I did was add a calculating filed to items table and then had a text box on the page which when hits certain criteria locks the potion button, simple really See what you all think as always...
  6. murray83

    Point and Click - An Access Adventure

    Quick update thanks to the very helpful people on here in particular @The_Doc_Man and his help in some VBA, have managed to update the battle system we now have potions ( at the minute unlimited ) but working on fixing that click the link below to go to my home page for the project and download...
  7. murray83

    Solved adding numbers in code

    attached is the WIP with the now working potion button ( well it works as in it gives health back but need to just fix the time you can use ) thanks all
  8. 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
  9. 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
  10. 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...
  11. 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...
  12. 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...
  13. murray83

    updated http://silvermountain.epizy.com/

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

    Solved Scroll through pictures

    works like a charm thanks a million
  15. 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
  16. 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
  17. 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 ??
  18. murray83

    Solved Scroll through pictures

    Thanks shall give that all a go 🙂
  19. 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
  20. 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...
Back
Top Bottom