I have an access table that I use in a report, it has a PayID and PayAmount.
I pass PayID from VB to crystal and based on the payID make the selection
{Payments.Pay_ID} = {?PayID}
But i also need to display on the same form a total sum of all PayAmount. How would I select all payments? if I alreayd put that formula in the selection?
thanks
I pass PayID from VB to crystal and based on the payID make the selection
{Payments.Pay_ID} = {?PayID}
But i also need to display on the same form a total sum of all PayAmount. How would I select all payments? if I alreayd put that formula in the selection?
thanks