Currently I have a field on a form (txtDate)that displays todays date, I then have another field that picks out the month in that date(txtMonth)and displays it e.g September. I then want to say if that month = September(For example) then the value of a different field (txtQuarter) has to be set to '2'.
From what I can gather the field named txtMonth stores the date as 01/09/02 and just pick the month out and displays September so the field will never = September!
Any helpers?
From what I can gather the field named txtMonth stores the date as 01/09/02 and just pick the month out and displays September so the field will never = September!
Any helpers?