My subform is based on a query and lists transactions. In this query I have a field called txtTransDate whose criteria is;
Between
[Forms]![fmAllocation]![txtTransactionDate]+5
And
[Forms]![fmAllocation]![txtTransactionDate]-5
The subform child field is TransactionDate as is the master field.
I would like the subform to show a range of transaction dates +/- 5 but it only shows the date that matches the main form.
Where am I going wrong?
thanks
Between
[Forms]![fmAllocation]![txtTransactionDate]+5
And
[Forms]![fmAllocation]![txtTransactionDate]-5
The subform child field is TransactionDate as is the master field.
I would like the subform to show a range of transaction dates +/- 5 but it only shows the date that matches the main form.
Where am I going wrong?
thanks