Search results

  1. 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
  2. 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...
  3. 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
  4. 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
  5. murray83

    Solved Copy Moving Rows in Excel

    see my edited post cheers for the help
  6. 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...
  7. 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
  8. 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(...
  9. murray83

    Max file size upload: 7,000KB

    Cheers Jon (y)
  10. 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...
  11. 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...
  12. 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 :)
  13. murray83

    Compare String to make label visible true based on result

    see example attached, no only one combo box
  14. 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"
  15. 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 =...
  16. murray83

    Filter subform based on main form combo.column.(x)

    sorry for DP but did a quick google about bind/unbound forms and found this aweseome site hehe binding subbforms and have fixed it cheers all
  17. murray83

    Filter subform based on main form combo.column.(x)

    i didnt set it as unbound just used the create a subform wizard
  18. murray83

    Filter subform based on main form combo.column.(x)

    just tried to link master fields and Computer Says No :(
  19. murray83

    Filter subform based on main form combo.column.(x)

    so how would that look like as i wnat to filter down the subform so would it be someting like and this is very bad air coding subform.path.filter = mainform.combo12.value
Back
Top Bottom