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 IamaSherpa 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: *

  1. hurtsmyhead

    Gathering IIS 6 website properties

    Hi all, I was put on an IIS migration project where we have to discover, then migrate the applications (websites) on several thousand Windows 2003/IIS 6.0 servers. I've been asked to put together a PowerShell script that would do the initial discovery, and I am definitely not a scripter of any...
  2. hurtsmyhead

    Need script to test network access to list of servers

    Hi all, I am a rank newbie, I know next to nothing about VBS but I have a dire need. I have 1600 servers for which I need to know if I can map to them using each of five different user accounts. So, I need a script to suck in server names from a text file and try to map to \\servername\c$...
  3. hurtsmyhead

    Can't figure out how Access is evaluating If statement

    Got it. Or, it ensures the expression not null even if the value of [someTextBox] is null(?). Thanks! Mark
  4. hurtsmyhead

    Can't figure out how Access is evaluating If statement

    You did it again, MajP, thanks a million. I worked on this for hours with no luck. I wasn't familiar with the Trim function prior to your post, and I always try to learn from the fixes people give me. So, if I'm reading this right, your if statement is saying, if the trimmed contents of a...
  5. hurtsmyhead

    Can't figure out how Access is evaluating If statement

    Hi All, First I'll set up the situation. I've got a form with three fields, and the first two determine what is written to the third: InclDriver: a True/False check box. DrvPartNum: a text box that data is manually entered into, if there is data. HidDriver: Text, or text plus the contents of...
  6. hurtsmyhead

    Cursor changes position in Memo field

    Ok, maybe I am learning a little, LOL. My two partners who are doing data entry are loving the change. New guy question (since I just joined yesterday)--earlier I thought I saw a way to close a thread but I don't see it now. Am I correct in assuming this is a necessary bit of housekeeping...
  7. hurtsmyhead

    Cursor changes position in Memo field

    Thank you MajP, I appreciate it. Obviously, I'm no kind of Access developer, just a long time IT guy trying to create a database for my side business. I did spend time since I started this thread understanding this code--it actually rewrites the contents of the field, inserting the additional...
  8. hurtsmyhead

    Cursor changes position in Memo field

    Wazzup everybody, I got the code below from another thread--it's from MajP and it works great, with one little issue... I'm using it on double click to add a small bit of text to a Memo field on my form, right at the cursor position where I'm double clicking. Sometimes the total amount of...

Part and Inventory Search

Back
Top