Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KennyUK
  • Order by date
  1. KennyUK

    Right or wrong way of getting the same result on a form in code

    Hi Robbo, Thank you for taking the time to reply - Its always interesting and educational to see how you experts do things. I agree with the Inteligent and elegant comment, sadly I have found (maybe due to a lack of knowledge) that the two do not always go hand in hand. Thanks again, Kenny
  2. KennyUK

    Right or wrong way of getting the same result with code??

    Hi Michael, Many thanks for your reply and comments. It's nice to see how the experts do things - I certainly have food for thought now. Regards, Kenny
  3. KennyUK

    Right or wrong way of getting the same result on a form in code

    Hi, I just wondered if anyone has opinions on the following or if there is an established "Right or wrong" way of doing things. I am setting various field propertys on a form depending on which button of an option group the user selects. I have discovered that I can do this in one of...
  4. KennyUK

    Right or wrong way of getting the same result with code??

    Hi, I just wondered if anyone has opinions on the following or if there is an established "Right or wrong" way of doing things. I am setting various field propertys on a form depending on which button of an option group the user selects. I have discovered that I can do this in one of...
  5. KennyUK

    Assign an event to standard form navigation buttons ??

    Hi, Heres my problem: I am using Access 2000 and I have a main form, with a subform and on the subform is a further subform. Everything works great, and as the data is entered into each field certain form and/or field propertys are set in code depending on what the user does or selects. What I...
  6. KennyUK

    Background color of button

    Hi Rich, I may be able to help but first which version of Access are you using, let me know. Kenny
  7. KennyUK

    Assign an event to standard form navigation buttons ??

    Hi, Heres my problem: I am using Access 2000 and I have a main form, with a subform and on the subform is a further subform. Everything works great, and as the data is entered into each field certain form and/or field propertys are set in code depending on what the user does or selects. What I...
  8. KennyUK

    Make a combo box be blank (show no data)

    Hi Guys and Gals, Still have not fixed this problem - anyone got any suggestions please ?? Thanks in advance, Kenny
  9. KennyUK

    force a combo box to be blank (show no data)

    Hi Guys and Gals, Still have not fixed this problem - anyone got any suggestions please ?? Thanks in advance, Kenny
  10. KennyUK

    force a combo box to be blank (show no data)

    Hi Nick, no you are not being cheeky, its always worth checking these things but let me assure you that I am using the correct combo name. Cheers, Kenny
  11. KennyUK

    Make a combo box be blank (show no data)

    Lightning, Hi again, Your "dirty" workaround did the trick but its a little frustrating because I hate being beaten by a problem. If the = "" solution worked for everyone else, I am the kind that wants to know why i didnt do so for me - I am stubbon like that. Anyway...
  12. KennyUK

    Make a combo box be blank (show no data)

    Hi Lightning and michael, Just been messing abnout with this problem and I tried to add a button on the same form as the combo that has the following on the buttons On Click event comboName = "" Access gives the following error: Run Time error '2113' The value you have entered is...
  13. KennyUK

    Error 2465 - can't find the field "¦" referred to in your expression.

    Hey Avery, One thing you could try is an explicit reference to the forms like so: If IsNull([Forms!PCOs!form!COs]!IssueDate) Or [Forms!PCOs!form!COs]!IssueDate = "" Then Only a suggestion but worth a try. Good Luck KennyUK
  14. KennyUK

    force a combo box to be blank (show no data)

    Hey Nick, Thanks for the reply and suggestion but sadly it did not work. I have also tried comboName = "" and comboName.Value = "" But they did not work either. Anything else I could try ? Regards, Kenny
  15. KennyUK

    Make a combo box be blank (show no data)

    Hi Lightning, Nope still dont work and I am placing the code exactly how and where you guys suggest - this is most frustrating. Allow me to explain further: I am using Access 2000. I have a form with a sub form. The sub form has 5 combo boxes on it and the main form has 3 (plus 2 text...
  16. KennyUK

    Make a combo box be blank (show no data)

    Hi Michael, Thanks for the suggestion but it does not seem to work for for me, Access just sat there and did nothing. Any other ideas would be gratefully accepted. Regards, Kenny
  17. KennyUK

    force a combo box to be blank (show no data)

    Hi, For various reasons, I need a way (in code if possible) to force a combo box to be displayed on a form blank insted of showing the first item in its list as it is now. If anyone can help me with the correct syntax or command I would very grateful. Kind regards, Kenny
  18. KennyUK

    Make a combo box be blank (show no data)

    Hi, For various reasons, I need a way (in code if possible) to force a combo box to be displayed on a form blank insted of showing the first item in its list as it is now. If anyone can help me with the correct syntax or command I would very grateful. Kind regards, Kenny
  19. KennyUK

    How do I make *something* happen when Return key is hit

    Hey guys, Thanx for the tips, it all works fine now, Cheers, KennyUK
  20. KennyUK

    How do I make *something* happen when Return key is hit

    Hey guys, Thanx for the tips, it all works fine now, Cheers, KennyUK

Part and Inventory Search

Back
Top