Date field

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a date field in my form.
After entering a date, I would like to fill another field according to that
value.
I write the following condition:
If [eventDate] >= #1/9/2005# Then
[insuranceyear] = 6
Else
 
Back
Top