I am trying to perform a calculation on my form which takes into account todays date. I would like a filed to be be text box to be calculated if todays date is the same year as the date the form is filled in. If not then I would like to return a zer0.
Example
TextboxA = 2003 text field
TextboxB = date() 25/07/2003 date field
TextboxC Iif [TextboxA]=[TextboxByear] then calculate else "0"
The calculate text represents a calculation on the form.
Hope this makes sense HELP
Example
TextboxA = 2003 text field
TextboxB = date() 25/07/2003 date field
TextboxC Iif [TextboxA]=[TextboxByear] then calculate else "0"
The calculate text represents a calculation on the form.
Hope this makes sense HELP