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 strongm 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. joetrogdon

    Need help with code

    Ok, I'm trying to copy fields from one dbf into another, but the below code is cutting, not copying SELECT Inventor.sku, Inventor.item, Inventor.descrip,Inventor.price,Inventor.pricept1, Inventor.pricept2, Inventor.pricept3, Inventor.qty1, Inventor.qty2, Inventor.qty3, Inventor.orderqty...
  2. joetrogdon

    how to selectively replace text in a field

    Dave, Thanks a lot, that works great for doing it at the same position. However I realize that I need to do it with a commom character, like the +, but when I use the code you gave it deletes the entire description and inserts the newdescript. My code is as follows: USE...
  3. joetrogdon

    how to selectively replace text in a field

    I have a database that has a field labeled descript which contains descriptions of products. The current fields look like this: 10 7/8 x 14 1/4 + flap, crystal clear (232 x 324) I would like to leave the dimensions in the beginning, but change the rest to just say "Archival Plastic...
  4. joetrogdon

    trying to extract data from 2 db files and insert into another

    OK this is probably so basic it's laughable but here goes: I have 2 databases that are indexed and have 1 field that is the same (orderno). I am trying to compare the field orderno in the databases and extract all the fields where the orderno values match. The SEEK function is giving me...

Part and Inventory Search

Back
Top