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. dcmedic

    Update Query and null values

    Thank you very much, I had a few initial problems trying to figure out SQL; I used the "design view" instead. Everything seems to work perfectly now....with the following SQL. UPDATE tblLevelA RIGHT JOIN tblLevelAMaintenance ON tblLevelA.ManufacturerSerial =...
  2. dcmedic

    Update Query and null values

    I have two tables, one keeps the main info the second has maintenance info regarding the main. I created an update query to update table 1 with table 2's revised dates, there are two dates, this works fine until one of two dates does not need to be updated or changed. The query will overwrite...
  3. dcmedic

    How to pass Unix shell variables in a awk script

    I new to this and can be wrong but I was taught: variable=this awk {if('/'"$variable"'/' == $4) print $1, $2} I just learned to pass variables to my awk scripts. Kenny
  4. dcmedic

    AWK Script Problem

    I have an AWK script that prompts the user for a word or phrase in a text file that includes the U.S. Constitution. The awk script can find and print each individual line that ontains the word or phrase. But I also need to print the entire paragraph...which is what I am having problems with...
  5. dcmedic

    Sorting a Report

    I've been having trouble sorting and displaying a report on the LastName field. The report is designed to display families sorted by their last names and then display the names of their children. When I sort by the last name and there is an identical last name, only one is displayed, yet the...

Part and Inventory Search

Back
Top