jvhazelbaker
Programmer
Here is the breakdown:
I have an event taking place. The user wants to see where in the process we are with the event. The only way to monitor this is by what completion dates have or have not been entered. I have the following date fields in as many different tables.
[Sample Dispatch Date]
[brand event table].[ship date]
[date of visit]
[date selection made]
[planned bottling date]
[firm bottling date]
[date bottled]
[shipping table].[ship date]
I want the field to produce results that say in generic terms, "if the shipping table ship date is null, then the item hasn't been shipped so show a message that we have bottled but not shipped, but if the date bottled field is null, then show a message that we have established a firm bottling date but nothing has been bottled, but if the firm bottling date is null, then show a message that we have a planned bottling date but not a firm bottling date."
I have tried soooo many different expressions to get this done and nothing is working. Any ideas on how this can be accomplished? Preferably in the query itself as an expression. If not, I'll try anything.
I have an event taking place. The user wants to see where in the process we are with the event. The only way to monitor this is by what completion dates have or have not been entered. I have the following date fields in as many different tables.
[Sample Dispatch Date]
[brand event table].[ship date]
[date of visit]
[date selection made]
[planned bottling date]
[firm bottling date]
[date bottled]
[shipping table].[ship date]
I want the field to produce results that say in generic terms, "if the shipping table ship date is null, then the item hasn't been shipped so show a message that we have bottled but not shipped, but if the date bottled field is null, then show a message that we have established a firm bottling date but nothing has been bottled, but if the firm bottling date is null, then show a message that we have a planned bottling date but not a firm bottling date."
I have tried soooo many different expressions to get this done and nothing is working. Any ideas on how this can be accomplished? Preferably in the query itself as an expression. If not, I'll try anything.