Search results

  1. murray83

    How to call a module in main code VBA

    as promissed an example
  2. 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
  3. 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, _...
  4. 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.
  5. 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 ...
  6. 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...
  7. murray83

    Solved Windows Media Player Attributes

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

    Solved Windows Media Player Attributes

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

    Solved scrapping details from a web site

    it was this line
  13. 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 ?
  14. 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
  15. 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
  16. 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
  17. murray83

    selecting date in query

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

    selecting date in query

    ok ill give it a go, cheers
  19. murray83

    selecting date in query

    have a simple question i think, this is in my current query Between Date() And Date()-6 and it works fine and selects stuff between the dates so for example stuff from 1/11/23, BUT I want it to NOT select these so that the same word ( as its for a hangman game ) is not picked for that week...
  20. murray83

    Point and Click - An Access Adventure

    can this be moved back now to sample databases, many thanks
Back
Top Bottom