Try this expression:
CreatedDate: DateSerial(Year(DateAdd("m",-[Enter Month Amount],[YourDateField])),Month(DateAdd("m",-[Enter Month Amount],[YourDateField])),1)-1
Make sure that you go into the query parameters and add "Enter Month Amount" as an Integer.
GumbyD