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