Hi -
I am trying to develop a form that contains a field that shows a date calculated based on a text field and other date. I figured out how to build a query to get this for one sort of value, but what I really, really need is to do this for multiple situations:
If [Priority]="High", then [Received Date]+7 OR
If [Priority]="Medium", then [Received Date]+14 OR
If [Priority]="Low", then [Received Date]+17
I couldn't get a query to accept more than one of the above; I also tried creating a macro that would read a query per option - no go.
This may be overly ambitious - as an alternative, is it possible to create one report, sorted by priority, that uses each of these?
Thanks so much!
Norah
I am trying to develop a form that contains a field that shows a date calculated based on a text field and other date. I figured out how to build a query to get this for one sort of value, but what I really, really need is to do this for multiple situations:
If [Priority]="High", then [Received Date]+7 OR
If [Priority]="Medium", then [Received Date]+14 OR
If [Priority]="Low", then [Received Date]+17
I couldn't get a query to accept more than one of the above; I also tried creating a macro that would read a query per option - no go.
This may be overly ambitious - as an alternative, is it possible to create one report, sorted by priority, that uses each of these?
Thanks so much!
Norah