In a query, add your Audit table.
Display the two columns Audit and Audit Cycle in the design grid of the query.
Then, copy each of the below into two new seperate columns:
Days_Until_Next_Audit: DateDiff("d",Date(),DateAdd("m",[Audit Cycle],[Audit]))
Months_Until_Next_Audit...