You don't need to supply all the arguments, I just added it for reference.
http://msdn.microsoft.com/en-us/library/office/aa141526.aspx
DoCmd.OpenReport "CustomerCreditTransactionsReport", acViewNormal, "Customer Credit Transactions Filter"
You could change this to use a WHERE condition...