Search results

  1. murray83

    Point and Click - An Access Adventure

    sorry for the double post ( but is a diffenret day at least ) but have a question which is as follows. Can i turn my database into a standonline application which would then run on any pc as long as it has access or can it be done so that access is not needed ( think that last bit is a pipe...
  2. murray83

    How to call a module in main code VBA

    my shorter version is taking from here whcih is also mentioned in the comments and works fine when its In the explicit and main code but would just like to have it all nice and neat in a sub routine ( module ) whcih i can then just call https://nolongerset.com/usehand/
  3. murray83

    How to call a module in main code VBA

    as promissed an example
  4. murray83

    How to call a module in main code VBA

    yeah im not sure how mine works as my code is a lot shorter then what they have listed on that url in the comments ill post an example in a second
  5. murray83

    How to call a module in main code VBA

    You mean these Option Compare Database ' UseHand() declarations - paste the #If - #End If lines at the top of the module #If VBA7 Then Private Declare PtrSafe Function LoadCursor Lib "user32" Alias "LoadCursorA" ( _ ByVal hInstance As LongPtr, _...
  6. murray83

    How to call a module in main code VBA

    I think i might have seen the error of my ways 22:25 and no i didnt make it work, thought i had it.
  7. 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 ...
  8. murray83

    Point and Click - An Access Adventure

    Hi All another post about this growing beast, which if you have Access installed ( and as you are here I guess most do ) then can see what have done so far. Since last time i have managed to add some sound effects and music where i think it adds also today added a bit in the troll1 form which...
  9. murray83

    Solved Windows Media Player Attributes

    Edgar_ that worked a treat thank you very happy :)
  10. murray83

    Solved Windows Media Player Attributes

    cheers for that and i shall give that a go and will never give up he he
  11. 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...
  12. murray83

    Solved scrapping details from a web site

    okay, that looks great, but i think the reason i get a blank is my work firewall blocks gamepricing booo but works in principle, cheers :)
  13. murray83

    Solved scrapping details from a web site

    which game gave you a result, as all tested so far work and says "nothing found" as you said prob down to how game is named
  14. murray83

    Solved scrapping details from a web site

    it was this line
  15. murray83

    Solved scrapping details from a web site

    wow cheers i shall look at that, thanks a million did it work for any of my games listed as just looking now and keep getting the attached but cant see anything missing an end ?
  16. murray83

    Solved scrapping details from a web site

    Someting like this ( but python which i thikn this is, is beyone me at the mo ) https://github.com/markfoster314/Pricecharting-Scraper
  17. 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
  18. murray83

    selecting date in query

    sorry for dp but here it is as suggested with a table to remove and then clean at later date enjoy
  19. murray83

    selecting date in query

    That makes more sense, ill shall try that avenue cheers all
  20. murray83

    selecting date in query

    ok ill give it a go, cheers
Top Bottom