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 =...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.