Dear Friends
I have a query. If the [Date1] is before a particular date, I want to categorize it "Old", otherwise "New" in [NewOld] column of a query. I use the following expression which I got it from one of the friend in this forum. It is OK to run it.
NewOld: IIf([Date1]<#1/1/2008#,"Old","New")
Now instread of correcting the date in the expression manually, I want to enter the date in a form text box. Whenever I enter the date in the text box the expression will update the date in this "NewOld" column if the query.
How should I do it?
I have a query. If the [Date1] is before a particular date, I want to categorize it "Old", otherwise "New" in [NewOld] column of a query. I use the following expression which I got it from one of the friend in this forum. It is OK to run it.
NewOld: IIf([Date1]<#1/1/2008#,"Old","New")
Now instread of correcting the date in the expression manually, I want to enter the date in a form text box. Whenever I enter the date in the text box the expression will update the date in this "NewOld" column if the query.
How should I do it?