The DateAdd Function is inside the query. Wait, let me quickly reformat it, to make it visible better...
SELECT tbl_Transactions.TransactionID, tbl_Transactions.CustomerID_F, tbl_Transactions.CreationDate, tbl_Transactions.Tax,
Nz([tbl_Transactions.Price],0)*IIf([Typ]="Credit",-1,1) AS Price...