I have a form that, using VBA code on update event, generates three date values in three fields, each one month greater than the other, based on the separate admission date field. The three dates generated represent when a case must be reviewed. I would like to generate a report that shows any and only records where dates in any of the three fields fall in the coming week. I have been able to query on a single date field with the condition <DateAdd("d",+7,Date()), but trying to use all three fields in a query hasn't worked. Is there a way for this to work? I've also tried to use three make table queries, and tried using the resulting tables in a query, but that hasn't worked either.
Any assistance would be greatly appreciated.
Any assistance would be greatly appreciated.