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 John Tel 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. efiftythree

    Compile multiple items from text box into update query

    I need to build a query from a list of items in a text box. The text box will contain around 40 items most of the time. I have created a form with the necessary objects such as a text box for the item list and a text box for the date. Basically what the query needs to do (as you can see below)...
  2. efiftythree

    Broken Query help

    I have a query that is breaking and I believe it is because of the data that is going into it. The query picks up info from a text box called txtUser which contains a name formated like: "Doe, John" (remove the "). I assume the , is killing the query. If so, how do I fix that? Dim...
  3. efiftythree

    Access: How do I choose from two SQL commands to fill combo box

    Im working on a database to track information about our phone switch. I have a form for adding a new phone/device and on that form there are currently three combo boxes that are built based on information in the other combo boxes. They are cboEqlist, cboLenlist, and cboExttrunk. cboEqlist...
  4. efiftythree

    Choose from two SQL statements to fill Combo Box

    Im working on a database to track information about our phone switch. I have a form for adding a new phone/device and on that form there are currently three combo boxes that are built based on information in the other combo boxes. They are cboEqlist, cboLenlist, and cboExttrunk. cboEqlist...
  5. efiftythree

    Update record using Combo Box Selection

    I am working on a database to record information about phone extensions on our phone switch. I have a table with three columns: -------------------- | ID | EXT | INUSE | |----|-----|-------| | 1 | 243 | 1 | | 2 | 192 | 0 | -------------------- ID is the record ID, EXT is the...
  6. efiftythree

    as400 + jboss application server query time

    Hello everyone! I am attempting to help our AS400 admins solve a problem with excessive query times in a new application they just deployed called Innoprise. The application runs via the Jboss application server on the as400 and we are often time seeing http requests taking in excess of 2...
  7. efiftythree

    Check for, add, and remove printers

    Hello all! Here is what I want to do. At login I want to check to see if printer \\bhc2\cd_3800dtn is installed. If that printer is installed I want to end the script. If that printer is not installed I want to remove a couple of existing printers and install a new printer. The existing...
  8. efiftythree

    Remove/Disable Language Bar

    I'm nearly at my wits end. There must be a way to automatically disable, remove, or simply not install the Language Bar that shows up on the task bar. The only thing I have been able to find anywhere on the net is how to do it manually (uncheck the boxes). I also found a little reg hack that...
  9. efiftythree

    Thoughts on the Cisco Catalyst Express 500 series

    Has anyone had any experience with this 'new' line of switches? I'm liking the price but I dont want to get caught up in one of those "you get what you pay for" type situations. To be more specific I am looking at the Cisco Catalyst Express 500-24LC model. The other option is to go with the...
  10. efiftythree

    Edit registry and reboot from an HTA

    Im working on an HTA to aid in moving PC's from Novell to our MS domain. When completed the HTA will be burned to CD and carried around to the PC's to complete the migration. There are six steps involved in the process and I have listed serveral of them below. One of the steps involves...
  11. efiftythree

    Display IP address and Hostname in HTA

    I was looking through some archived threads and found this: thread329-905920 Im wondering how to add the machine hostname to the display functionality of the script. Here is the code mentioned in that thread <script language="VBScript"> Option Explicit ' On Error Resume Next Dim...
  12. efiftythree

    VBScript to Redirect MyDocuments (Logon Script)

    Ok, my programmer 'hat' doesn’t fit to well so I need a bit of help with this one. I just finished my logon script that maps drives according to group memberships as well as maps a home directory. I want to include ‘My Documents’ redirection into the script because I find the Group Policy...

Part and Inventory Search

Back
Top