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 wOOdy-Soft 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 ChrisHallJJ

  1. ChrisHallJJ

    Run Script without opening Procomm Window

    I want to run a procomm plus script from a command prompt without opening the procomm window. For example, lets say I wrote a script to find a data file and rename it. (I know I can do this in a batch file...this is just a simplifed example). I would like to run the script from a command prompt...
  2. ChrisHallJJ

    Moving AOL personnel filing cabinet for version 10.0

    Does anyone know how to move the AOL personnel filing cabinet (stored email) to another computer using AOL version 10? In earlier AOL versions, you would move the AOL "organize" folder to the same folder on the new computer. AOL version 10 does not seem to have the same folders. Thanks in advance.
  3. ChrisHallJJ

    PIX 515e firewall problem

    The cold boot WILL work to reallow access (and possibly the "clear xlate" would too), but this is a fix after the fact.... I am trying to determine what is causing the condition to happen in the first place. Does anyone know what would cause the pix to start preventing the mobile users from...
  4. ChrisHallJJ

    PIX 515e firewall problem

    Does anyone have any ideas on this???? Thanks, Chris
  5. ChrisHallJJ

    PIX 515e firewall problem

    I have 100 mobile users accessing my server thru a pix 515e firewall and randomly after a few month of use (with no other issues) all users on the mobile group can no longer access the system. Non-mobile users however, assigned to a different group can still access the system. Our technical...
  6. ChrisHallJJ

    Query Design View Criteria

    Thank you...I did finally get this to work..I thought it wasn't, but found out my unexpected results was due to data. Chris
  7. ChrisHallJJ

    File Compare Utility

    Thank you so much...I think this is what I am looking for. Chris
  8. ChrisHallJJ

    Query Design View Criteria

    I am having trouble figuring out how to do this...... Chris
  9. ChrisHallJJ

    Query Design View Criteria

    I have a query that I am having trouble with my seletion criteria. I have a table that has mulitple fields that I want to select if any one of them contain a value. I don't know how to define this in the design view...it keeps "ANDing" the fields instead of "ORing" them. When I only have two...
  10. ChrisHallJJ

    File Compare Utility

    Does anyone know of a free or low cost utility available to compare two .txt files on a Windows platform? I am looking for this utility to have an option that will compare the files based on record positions. I only want to compare postions 5-80 of each record. In my scenario, it is ok that...
  11. ChrisHallJJ

    ACCESS 2002 Cannot open file error

    I am not using Access 2007...I am using Access 2002....
  12. ChrisHallJJ

    ACCESS 2002 Cannot open file error

    I get the following message when I try to open an Access 2002 database. Microsoft Access cannot open this file. This file is located outside your intranet or on an untrusted site. Microsoft Access will not open the file due to potential security problems. To open the file, copy it to your...
  13. ChrisHallJJ

    Batch File to read a file and substring a portion of the record

    I want to write a batch file to read a file and substring a portion of the data to write to another file. The file looks like this 000004045 000005025 I can assign a value to a variable and substring it: SET _string=1234567890 SET _substring=%_string:~5,3% echo %_substring%...
  14. ChrisHallJJ

    Batch Filename Date

    I am trying to write a batch file that will read data from a file and substring a portion of that data and write it to another file. The input file looks something like this: 00000000000004045 00000000000001021 I want...

Part and Inventory Search

Back
Top