Hi,
I am looking to display on a form in an individual field those records that are after a certain date. The date is 01/01/2000, there are records prior and after this date.
I have composed the below If Statement but it isn't working!!!
[Trade date] is the other date field on the form that I am working with.
=IIf(([Trade Date]>(1/1/2000)),"No","Yes"
Can someone tell me where I have gone wrong?
Thanks
I am looking to display on a form in an individual field those records that are after a certain date. The date is 01/01/2000, there are records prior and after this date.
I have composed the below If Statement but it isn't working!!!
[Trade date] is the other date field on the form that I am working with.
=IIf(([Trade Date]>(1/1/2000)),"No","Yes"
Can someone tell me where I have gone wrong?
Thanks