Kerbouchard
IS-IT--Management
I have this set up on the print button on my form. The only one that works is the one I put directly beneath the variables. The next one listed turns up as 0.00 but there is definitely data in the table. I'm sure it's something simple. Any suggestions?
PRIVATE pn_Extprice,pn_Total
SUM(quotes1.discext) while quotes1.quote=thisform.txtquote.value to pn_Total (works)
SUM(quotes1.extprice) while quotes1.quote=thisform.txtquote.value to pn_Extprice (doesn't)
PRIVATE pn_Extprice,pn_Total
SUM(quotes1.discext) while quotes1.quote=thisform.txtquote.value to pn_Total (works)
SUM(quotes1.extprice) while quotes1.quote=thisform.txtquote.value to pn_Extprice (doesn't)