Gladys,
Assuming you have a table with these types of fields:
CREATE TABLE Xact ;
(PKey I, ;
CustId I, ;
XDate D, ;
XAmt N(10, 2))
Where PKey is a legitimate primekey, CustId identifies the customer, XDate is the transaction date and XAmt is the transaction amount, your basic query is...