Hi need help
I have a couple of fields in a query, [RegistrationDate] and [ExpireDate]
Person completes a course and enters the date in the RegistrationDate field which is a form textbox. ExpireDate is the calculated base on a number of years I've added as a validation period. eg.. 2 years
So if 22/11/2013 is entered, [ExpireDate] returns 22/11/2015
This all works fine.
What I'm trying to do is create a report that will return all values of the [ExpireDate] equals 2015 or what ever date is entered into a textbox on the form.
On a form "PrintOptions" I have a [textbox29] which I've formatted to show just the year. eg Format(Date(),"yyyy")
In the query, critera under the [ExpireDate] field, I've tried using:-
Like [forms]![frmPrintOptions]![textbox29]
But this doesn't return anything.
Please help
Mike
I have a couple of fields in a query, [RegistrationDate] and [ExpireDate]
Person completes a course and enters the date in the RegistrationDate field which is a form textbox. ExpireDate is the calculated base on a number of years I've added as a validation period. eg.. 2 years
So if 22/11/2013 is entered, [ExpireDate] returns 22/11/2015
This all works fine.
What I'm trying to do is create a report that will return all values of the [ExpireDate] equals 2015 or what ever date is entered into a textbox on the form.
On a form "PrintOptions" I have a [textbox29] which I've formatted to show just the year. eg Format(Date(),"yyyy")
In the query, critera under the [ExpireDate] field, I've tried using:-
Like [forms]![frmPrintOptions]![textbox29]
But this doesn't return anything.
Please help
Mike