you said you already has a resulting query? you only want to group them?
create an Expression on your original 90 days query:
Expr1: Date() - InitialDate
now create new query to add the Group:
SELECT [90daysQ].ID,
[90daysQ].InitialDate,
[90daysQ].FN,
[90daysQ].LN...