Hello,
I need to search on our bouquet code field for everything beginning with W and ending with 2, examples of what may be in the field are:WWH2, WTAB2, WNUTPAC2 (ie: varying lengths)
Can you please provide me with the sql so I can include it in my following program:
USE fforder
REPLACE ALL...
Does the following look right. As a double check I combined the first two programs and made the condition =>2 and I get different numbers to when I run them as below
SELE TEMP.ORDER_NO,TEMP.RECALL,POSTCODE.LEADTIME FROM TEMP,POSTCODE ;
WHERE TEMP.PCODE=POSTCODE.POSTCODE AND...
Can you please answer why my programmer says that Visual Foxpro is more powerful than Access? We're looking at re-writing our program and employing a new programmer and people (like father-in-law)are asking why not just use Access.
I've been told it's a bit like the different between Notepad...
In one single database I'm trying to de-dupe the records that fit the criteria if [ADDRESS_1] matches [ADDRESS_1] in another record show me the results.
I'm using Visual Foxpro version 7.0 and typing
FROM ffdbc!ffdonor;
WHERE Ffdonor.address_1 = Ffdonor.address_1 = .t.
This is bringing up all...
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.