Hi Everyone,
I know I am missing something with this, so could do with a pointer
Field in Query
within the query there is another field that filter the Tax Year Selected on FrmMain
I then just need to check that the date entered on the Form is between the start and the end dates for that Tax Year Selected
At the moment this just returns Yes no matter what date I enter.
TaxDate: IIf([Forms]![FrmMain]![NewDate] Between [StartTaxYear] And [EndTaxYear],"Yes","No")
Can Any one help?
Thanks
CNEILL
I know I am missing something with this, so could do with a pointer
Field in Query
within the query there is another field that filter the Tax Year Selected on FrmMain
I then just need to check that the date entered on the Form is between the start and the end dates for that Tax Year Selected
At the moment this just returns Yes no matter what date I enter.
TaxDate: IIf([Forms]![FrmMain]![NewDate] Between [StartTaxYear] And [EndTaxYear],"Yes","No")
Can Any one help?
Thanks
CNEILL