The DateAdd function should provide what you need.
In the criteria of the "ExpiryDate" field in your query try using:
<=DateAdd("w",12,Date)
This should return only records where the "ExpiryDate" is less than or equal to the date that is 12 weeks from the current date.