shijuantony2002
Registered User.
- Local time
- Tomorrow, 01:18
- Joined
- Feb 23, 2009
- Messages
- 35
Here is the attachment to the query to give more insight view to the question. I had linked the query 'Form3' to the 'Table'. If you will see, there are two fields i had added, 'Soonest Value Date' and other 'Soonest Value'(which is not linked to the table and contains the expression).
The column which is not linked to the table and has expression in it, is working properly as it gives the output as expected (It identifies if there are any null values in the column [Value Date] and if yes, it returns with text "Soonest Value".
My question is, can i get the same output in the column which is linked to the table. I need the same output as above, but at the column [Soonest Value Date].
I had tried to setup a criteria on the field with linked table with the same expression as mentioned above. IIf(IsNull([Value Date]),"SOONEST VALUE","") but this is not getting the required result.
Thanks in advance for your reply
The column which is not linked to the table and has expression in it, is working properly as it gives the output as expected (It identifies if there are any null values in the column [Value Date] and if yes, it returns with text "Soonest Value".
My question is, can i get the same output in the column which is linked to the table. I need the same output as above, but at the column [Soonest Value Date].
I had tried to setup a criteria on the field with linked table with the same expression as mentioned above. IIf(IsNull([Value Date]),"SOONEST VALUE","") but this is not getting the required result.
Thanks in advance for your reply