newBird: Sum 2 fields in report
I have table named tblAmount with 2 fields say quantity and unitPrice, I drag this two fileds to the report & I want to shows the multiple (quantity * unitPrice) in the report. How to make it?
Another question: How to refer field inside report. In delphi code I use
tableName ADOTable1.FieldValues:=myValue;
how to use this inside Report?
Thanks
Another question: How to refer field inside report. In delphi code I use
tableName ADOTable1.FieldValues:=myValue;
how to use this inside Report?
Thanks
Comments