Search results

  1. murray83

    Solved IIF with many

    and yes worked a charm cheers all :)
  2. murray83

    Solved IIF with many

    so sorry didnt even see you had made a change to code ill try it right now :)
  3. murray83

    Solved IIF with many

    This is the example when it works as required
  4. murray83

    Solved IIF with many

    The first one does, if the textbox listed displays the correct text then it shows another text box but if not then it is hidden, but i did try but it shows all the time
  5. murray83

    Solved IIF with many

    Have this following code which works fine, but now need to have it also work for more criteria, but i tried as shown but it didn't do i need to use AND instead of Or Working Code =IIf([Text298] Like '190003*',"Please tip as a loose load, slip sheet has invalid My Broken Code =IIf([Text298]...
  6. murray83

    Point and Click - An Access Adventure

    Hello had some people request access to older versions but noticed hadnt updated site with newest build which can be found here, has a bit more in and also prob a lot more bugs as well. Silver - 24072024 Try, Enjoy ( or not ) and as ever feedback always welcome. The good and the bad
  7. murray83

    Get a Word definition from online into Access ?

    so this would work with some tweaks ? Finding the English definition of a word in VBA
  8. murray83

    Get a Word definition from online into Access ?

    you see the title and that's just what i would like to be able to do. for my hangman example has a word list and people playing ( mostly my kids ) asked if it could say a clue to the word have looked and seen some ideas for excel but not sure if that can be done in access, any help would be...
  9. murray83

    Point and Click - An Access Adventure

    Cheers for the info on making it run with out access present will look at that at some point, but... New update relased with more screens, more ways to die. a bit more imersive i think ( but still buggy prob ) please look at and feedback ideas/thoughts Silver - 16052024 Update all previous...
  10. 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...
  11. 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/
  12. murray83

    How to call a module in main code VBA

    as promissed an example
  13. 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
  14. 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, _...
  15. 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.
  16. 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 ...
  17. 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...
  18. murray83

    Solved Windows Media Player Attributes

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

    Solved Windows Media Player Attributes

    cheers for that and i shall give that a go and will never give up he he
  20. 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...
Back
Top Bottom