Recent content by robvr6

  1. R

    probably a simple question regarding combo box

    Thanks again, It is much better and I will take advice from anybody whoon this forum are obviously much more experienced than myself because I am very new to databases. I like the way you explain everything youve changed in your posts becasue Id rather that than somebody just changing my db and...
  2. R

    enabling a button when a text box changes

    Hi all, I was just wondering if it is difficult to enable a cmd button when a text box has been filled in. I have a button that allows users to add a file which displays the filepath in a text box. So what I wanted to do was when the path appears in the text box then this will enable the...
  3. R

    probably a simple question regarding combo box

    I think Im gonna try and go with checkboxes because from reading up on them I think I understand them a little better for the purpose I want. Im still struggling to get the result I want so maybe I have been trying to go too advanced with this bieng my first database after all.
  4. R

    probably a simple question regarding combo box

    Still no joy with this it changes once but if I then change it again it stays disabled - I thought this was going to be the easy part of building the database lol
  5. R

    probably a simple question regarding combo box

    I still can't get this to enable and disable depending on if yes or no is selected - is there any chance you could show me an example on that attached file. Thanks J
  6. R

    probably a simple question regarding combo box

    here it is - I am getting confused with it now - Its my first database so you will probably notice other errors Ive made but what I am trying to acheive now is to allow CV documents to be affed for employees because I have a view cv button but if there is not a cv present It throws up errors so...
  7. R

    probably a simple question regarding combo box

    yep hang 5
  8. R

    probably a simple question regarding combo box

    no sorry what I meant to say was that It needs to be disabled on yes but when I click no it enables the button, but if i change it again to yes it ill not disable it again is there something else I need to add. thanks J
  9. R

    probably a simple question regarding combo box

    Thanks I got it working using this code If Me.cboYourCombo = "Yes" Then Me.cmdMyCommandButton.Enabled = False Else Me.cmdMyCommandButton.Enabled = True End If but if I select no it disables the button but if I then select yes it stays disabled - any ideas anyone? thanks J
  10. R

    probably a simple question regarding combo box

    for some reason my button isn't becoming inactive/disabled???
  11. R

    probably a simple question regarding combo box

    can it not be doene using the yes no because it needs to go int the table as yes or no thanks J
  12. R

    probably a simple question regarding combo box

    Hi all, Im back again for more advice. What it is I hava a combo box yes/no and I was wondering how to disable and enable a button depending on if yes or no is selected. Hope someone can help thanks J
  13. R

    Bit of advice needed please

    Anyone got any info on how to add a word doc and open the doc in access
  14. R

    adding and viewing ms word docs

    Hi all, Just looking for some more advice I am creating an application that contains employee details in access. I have the majority of the database working but I am stuck on a couple of thins, Firstly I would like to add the option to be able to add an employees CV to the databse and an option...
  15. R

    Bit of advice needed please

    Sorry I got it working I made a typo - I really appreciate all your help on this :) :) thanks very much again for the help J
Back
Top Bottom