Search results

  1. 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 :)
  2. 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
  3. murray83

    Solved scrapping details from a web site

    it was this line
  4. 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 ?
  5. 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
  6. 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
  7. 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
  8. murray83

    selecting date in query

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

    selecting date in query

    ok ill give it a go, cheers
  10. 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...
  11. murray83

    Point and Click - An Access Adventure

    can this be moved back now to sample databases, many thanks
  12. murray83

    Solved Hide ribbon code not working

    in my access databases when i want to hide the ribbon, I use the following and so far it has worked a treat Private Sub Form_Load() ' hides ribbon so unable to click on privacy settings DoCmd.ShowToolbar "Ribbon", acToolbarNo End Sub
  13. murray83

    Point and Click - An Access Adventure

    I Have one question at the moment, but if you look here and download the latest version you will find that the database itself is 15MB question 1 therefore is, ideas on how to make it smaller cheers all for looking Silver Mountain - Access Point & Click
  14. murray83

    Point and Click - An Access Adventure

    https://drive.google.com/file/d/1vQn2h4oIamFnFLquxVz2zttYGYrUUTtC/view?usp=drive_link Getting quite large now as well not sure how to combat that though ? ideas
  15. murray83

    Point and Click - An Access Adventure

    Hi had another bug of the list ( know got it to play music ) for credits and title screen ill post the link shortly
  16. murray83

    Point and Click - An Access Adventure

    thank you all the center and the move and save both worked much appreciated that's one bug of the bug list
  17. murray83

    Point and Click - An Access Adventure

    Hi all having a bit of an issue with my ongoing project, quick version, i have two screens and one form for what ever reason wants to open on the second screen, even when its not plugged in, so click the button for the basement and shows up but not where it should which is the main screen this...
  18. murray83

    combo filter sub form

    cheers for the input and yeah i did look at calculated field myself i shall check both out thanks a million
  19. murray83

    combo filter sub form

    so do you mean something like this Private Sub txtSearch_AfterUpdate() Forms!Form1.tbl_All_Data_Access_subform.Form.Filter = "Security_Context_Value" Forms!Form1.tbl_All_Data_Access_subform.Form.FilterOn = True End Sub
  20. murray83

    combo filter sub form

    what you mean something like this yeah i can add bu to that table but i think be easier to just have it as its own table, as yu have seen its just the first 2 char
Back
Top Bottom