L
lars
I have an application form that is used from year to year for the same
agencies.
I want to create a label that displays the year the form is used. I have an
unbound text box and I want to write code that will look at the date field
on the form and bring back a label for the year.
I think the code is something like this:
Dim strFund
If [Application Date] > 1/1/2001 and < 12/31/2001 then strFund = "2001"
else if [Applicaiton Date] > 1/1/2002 and < 12/31/2002 then strFund= "2002"
I am not a programmer, please excuse any gross errors. Can you please help
me? Thanks much!!!
LAR-S
agencies.
I want to create a label that displays the year the form is used. I have an
unbound text box and I want to write code that will look at the date field
on the form and bring back a label for the year.
I think the code is something like this:
Dim strFund
If [Application Date] > 1/1/2001 and < 12/31/2001 then strFund = "2001"
else if [Applicaiton Date] > 1/1/2002 and < 12/31/2002 then strFund= "2002"
I am not a programmer, please excuse any gross errors. Can you please help
me? Thanks much!!!
LAR-S