shawnwmorris
Programmer
Newbie question: How do I access the data in VFP 9.0 from the following SQL?
SELECT SUM(reinsprem) AS CurrVal FROM reinstrn WHERE date >= DATE(2017,08,01) AND Policy Like PolNum AND code NOT like 'MBR1' INTO CURSOR A1
All I need to do is get the returned value of CurrVal in the cursor A1
Thanks so much for any help
SELECT SUM(reinsprem) AS CurrVal FROM reinstrn WHERE date >= DATE(2017,08,01) AND Policy Like PolNum AND code NOT like 'MBR1' INTO CURSOR A1
All I need to do is get the returned value of CurrVal in the cursor A1
Thanks so much for any help