Hello mkm612
Why not try a query with a derived or calculated field.
In query design view:
Field date OldDate:OldDate: DateAdd("m",-9,[date])
Table table1
Sort
Show
Criteria
This uses the dateadd function m=months, -9 because you are subtracting rather than adding and the name of the field in square brackets.
Thanks
Michael