Search results

  1. 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 ??
  2. murray83

    Solved Scroll through pictures

    Thanks shall give that all a go 🙂
  3. 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
  4. 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...
  5. murray83

    Solved Pop Up Form Issue - Access 2016

    well seing as windows 10 came out July 2015 reckon we ( if still working here ) should get winodws 11 around 2027 LOL
  6. murray83

    Solved Pop Up Form Issue - Access 2016

    Thanks for the quick reply but with a bit better google search, i think i have fixed it. google sent me here and the post said to make the form "modal" so i did and comapcted and rebuilt and it seems to have worked, in answer to your question i had no error message just a blank screen if you...
  7. murray83

    Solved Pop Up Form Issue - Access 2016

    We have just recentley at work moved to windows 10 ( yuck i think ) any way thats not the main issue, the issue seems to be that a pop up form no longer wants to paly ball. it worked fine on access 2010 which it was made in and just wonder if anyone has had any issues with Access 2016 with this
  8. murray83

    Quiz-A-Rama - Who Said Databases are dull

    Pat thanks just downlaoded it myself and they did work, when i copied the zipped file to the desktop, was you trying to run it from with in the ziped folder
  9. murray83

    Solved Copy Moving Rows in Excel

    see my edited post cheers for the help
  10. murray83

    Solved Copy Moving Rows in Excel

    ok i tried it, but it didnt seem to copy the data, all it did was hide the filtred bit, which i would like still visible no need to hide that after it has copied but it didnt copy anythinig accross. did it work for you ? edit below ok so i looked at the code and change one thing your code...
  11. murray83

    Solved Copy Moving Rows in Excel

    i tried that but the row changes so one time it would be row 28 or maybe row 9, all depenidng on which coleague is trying to use it
  12. murray83

    Solved Copy Moving Rows in Excel

    Hi All i have also posted this on a dedicated excel page but havent had much luck with help or sugestions so hope you dont mind me posting it here to, here is the link to orginal post Orignal Post On Excel Help Forum so i have a file which is attached and once someone press's filter(...
  13. murray83

    Max file size upload: 7,000KB

    Cheers Jon (y)
  14. murray83

    Quiz-A-Rama - Who Said Databases are dull

    Hello All with it being Easter and been doing my best over the past year at work ( where i currently am ) i have updated the Quiz-A-Rama one last time code wise and also with some new questions for the Easter hols. The code update, fixes the issue when someone would press the give up button on...
  15. murray83

    Compare String to make label visible true based on result

    your code works then it dint, says error and then when i debug it says Null in the lookup section would i need to refresh the form after each update please see attached copy of db with your code edit so compacted and repaired it again ( twice lol ) and it seems to work if you choose from the...
  16. murray83

    Compare String to make label visible true based on result

    not been ignored working on both but got called away thanks for the input :)
  17. murray83

    Compare String to make label visible true based on result

    see example attached, no only one combo box
  18. murray83

    Compare String to make label visible true based on result

    cheers for that it half works as it shows correct when its vendor owned but when they be different in each it shows both, see example image "Should just say JS Owned"
  19. murray83

    Compare String to make label visible true based on result

    Morning you lovely people, have been looking at this StrComp Function and i think i understand it but i cant seem to get it to work, please see my code and explanation below Private Sub cmbSKU_AfterUpdate() Dim LResult As Integer Dim LResult2 As Integer LResult =...
Back
Top Bottom