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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Andrexxx

  1. Andrexxx

    Refresh Main Form from Subform

    Thanks for the fast reply GingerR. I've been trying to do just that, but cant seem to properly address the main form from the subform ... at least not in regard to firing a filter or requery command. Any sugestions?
  2. Andrexxx

    Refresh Main Form from Subform

    Hi guys, I know I should know this one, but I am so tired I cant think straight. I tried searching the archives, but just couldn't find my particular answer. I have a subform of records, and when I "select" one I want it to refresh the details on the main form that are associated with it. I...
  3. Andrexxx

    Access Error Reporting Wizard

    OK ... I've gotten some great help here for VBA issues, here is an AccessXP specific Office issue: My DB runs off a network, sometimes a user crashes for some unknown reason ... Their solitaire locked up in the background, their MP3 and porn downloads took up all their disk space, whatever! My...
  4. Andrexxx

    Move Cursur to end of line

    PHV, Thanks again ...
  5. Andrexxx

    Move Cursur to end of line

    Hello, I saw a thread in here that I can't seem to find anymore (I was sure I bookmarked it ...) that described how to move the cursur to the end of the line of a textbox when it the textbox is selected programatically (Vs. highlighting all the text). I tried to use VbKeyEnd, but that took me...
  6. Andrexxx

    Send Email and Attach a Document

    WLTC, Try this thread: thread702-802654 (If it does not link, do a search for "smtp" in this forum to find it). Also, you can try this: http://tips.kingsoft-denmark.com/ They have a free VBA wincosk mail program that does not require outside controls. Andrexxx
  7. Andrexxx

    Select TextBox control through variable

    TheAceMan1, Like I said ... Above and beyond! Thanks again for your time and efforts ... I hope others are following this thread as I am sure it could be a time saver for them too. Andrexxx
  8. Andrexxx

    Select TextBox control through variable

    TheAceMan1, Thanks! ... I know I am usually buried with work, and cannot express how grateful I am at the time and effort you and others extend. It is a wonderful thing to know an answer and offer it up in a forum, it is above and beyond to take on and share that struggle with a relative...
  9. Andrexxx

    Assigning a function to the insert key

    missinglinq, You're a wizard Harry Potter! Thank you.
  10. Andrexxx

    Assigning a function to the insert key

    Hello again, I would like to assign a function to the insert key to allow someone to insert pre-prescribed text into an unbound TextBox when working on a form. I have tried to "check" for vbKeyInsert on keypress and keydown, but it wont recognize it as it does for other keys. If nobody has a...
  11. Andrexxx

    Select TextBox control through variable

    TheAceMan1, Sequential would work best. Thanks
  12. Andrexxx

    Select TextBox control through variable

    Eupher, At this point I am just testing your code through the "click" event of a command button on a new unbound form populated with just 5 unbound text boxes (and the command button). No special formatting or other event codes ... the simpler the easier. Andre
  13. Andrexxx

    Select TextBox control through variable

    Eupher, Sorry ... had to reset my defaults to see the error message. -------------------------------------- Run-time error '2136' To set this property, open the form or report in design view. -------------------------------------- Any way around this?
  14. Andrexxx

    Select TextBox control through variable

    Eupher, No error message, no code break, no change in TextBox name. :(
  15. Andrexxx

    Select TextBox control through variable

    Eupher, Thanks, but it does'nt work (maybe ok for VB project, but access vba doesnt do anything with it). I tried looking it up on line resources again, but no luck. Any other sugesstions out there? Thanks in advance for everyones help.

Part and Inventory Search

Back
Top